1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 17:47:37 +00:00
re3/src/Stats.h
2019-07-06 01:51:32 +03:00

9 lines
124 B
C++

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