mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 21:18:59 +00:00
15 lines
No EOL
283 B
C++
15 lines
No EOL
283 B
C++
#pragma once
|
|
|
|
class CStats
|
|
{
|
|
public:
|
|
static int32 &DaysPassed;
|
|
static int32 &HeadShots;
|
|
static bool& CommercialPassed;
|
|
static bool& IndustrialPassed;
|
|
static int32 &NumberKillFrenziesPassed;
|
|
static int32 &PeopleKilledByOthers;
|
|
|
|
public:
|
|
static void AnotherKillFrenzyPassed();
|
|
}; |