1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 17:37:37 +00:00
re3/src/Stats.h
eray orçunus 2f4fc5aaf0 More CPed functions and minor fixes
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
2019-06-15 18:53:25 +03:00

8 lines
92 B
C++

#pragma once
class CStats
{
public:
static Int32 &DaysPassed;
static Int32 &HeadShots;
};