Skip to content

Commit

Permalink
GameController: Add a getter for RoundStartTick
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Jul 13, 2024
1 parent 1467ca2 commit 616e632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/server/infclass/infcgamecontroller.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class CInfClassGameController : public IGameController
void StartSurvivalGame();
void EndSurvivalGame();

int GetRoundStartTick() const { return m_RoundStartTick; }
int GetRoundTick() const;
int GetInfectionTick() const;
int GetInfectionStartTick() const;
Expand Down

0 comments on commit 616e632

Please sign in to comment.