1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 05:28:41 +00:00
re3/src/core/Stats.h
2019-07-07 13:09:11 +02:00

9 lines
124 B
C++

#pragma once
class CStats
{
public:
static int32& DaysPassed;
static int32& HeadShots;
static bool& CommercialPassed;
};