summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.h
blob: 30058a59d78bd6e257b8e0c550522b430a60217b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

class CStats
{
public:
	static int32 &DaysPassed;
	static int32 &HeadShots;
	static bool& CommercialPassed;
	static int32 &NumberKillFrenziesPassed;
	static int32 &PeopleKilledByOthers;

public:
	static void AnotherKillFrenzyPassed();
};