aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects/Save.cs
diff options
context:
space:
mode:
authorpfg <[email protected]>2017-03-05 15:10:28 -0800
committerpfg <[email protected]>2017-03-05 15:10:28 -0800
commit4723e0a6045bac02b66c4e3b27c712e17e0f015f (patch)
treef2923156b948e757c42ae5f26a2497280f0bc81a /ShiftOS.Objects/Save.cs
parent2b3a4f91b2809932c1a938b6ba4633d5606fcecd (diff)
parentf9acb299c8375522dba1ceed14b20cbf0cf58659 (diff)
downloadshiftos_thereturn-4723e0a6045bac02b66c4e3b27c712e17e0f015f.tar.gz
shiftos_thereturn-4723e0a6045bac02b66c4e3b27c712e17e0f015f.tar.bz2
shiftos_thereturn-4723e0a6045bac02b66c4e3b27c712e17e0f015f.zip
Merge branch 'master' of https://github.com/shiftos-game/ShiftOS
Diffstat (limited to 'ShiftOS.Objects/Save.cs')
-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;