the great reorganization
This commit is contained in:
9
src/core/Stats.h
Normal file
9
src/core/Stats.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
class CStats
|
||||
{
|
||||
public:
|
||||
static int32& DaysPassed;
|
||||
static int32& HeadShots;
|
||||
static bool& CommercialPassed;
|
||||
};
|
||||
Reference in New Issue
Block a user