1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-01 16:03:46 +00:00
re3/src/Stats.h

9 lines
93 B
C
Raw Normal View History

2019-06-13 00:35:26 +00:00
#pragma once
class CStats
{
public:
2019-06-16 22:16:38 +00:00
static int32 &DaysPassed;
static int32 &HeadShots;
2019-07-04 21:10:04 +00:00
};