aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-05 14:36:12 -0500
committerMichael <[email protected]>2017-03-05 14:36:27 -0500
commitf9acb299c8375522dba1ceed14b20cbf0cf58659 (patch)
treecdac7145c1caf181febbb942594b1c9a59f509ba /ShiftOS.Objects
parent99ba9c1f9c7b433b7defd09fdb110522f3a2b4c2 (diff)
downloadshiftos_thereturn-f9acb299c8375522dba1ceed14b20cbf0cf58659.tar.gz
shiftos_thereturn-f9acb299c8375522dba1ceed14b20cbf0cf58659.tar.bz2
shiftos_thereturn-f9acb299c8375522dba1ceed14b20cbf0cf58659.zip
Paid shiftnet subscriptions are in.
You can now subscribe to a shiftnet provider... you just don't get charged....yet.
Diffstat (limited to 'ShiftOS.Objects')
-rw-r--r--ShiftOS.Objects/Save.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.Objects/Save.cs b/ShiftOS.Objects/Save.cs
index 3c7cb39..23c1d0f 100644
--- a/ShiftOS.Objects/Save.cs
+++ b/ShiftOS.Objects/Save.cs
@@ -65,6 +65,8 @@ namespace ShiftOS.Objects
}
}
+ public int LastMonthPaid { get; set; }
+
public int CountUpgrades()
{
int count = 0;