diff options
Diffstat (limited to 'src/core/Stats.h')
-rw-r--r-- | src/core/Stats.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h index 39b0e184..30058a59 100644 --- a/src/core/Stats.h +++ b/src/core/Stats.h @@ -3,7 +3,12 @@ class CStats { public: - static int32& DaysPassed; - static int32& HeadShots; + static int32 &DaysPassed; + static int32 &HeadShots; static bool& CommercialPassed; + static int32 &NumberKillFrenziesPassed; + static int32 &PeopleKilledByOthers; + +public: + static void AnotherKillFrenzyPassed(); };
\ No newline at end of file |