Improve Game Over Screen
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
void RestartGame();
|
||||
int32 GetKillCount() const { return KillCount; }
|
||||
float GetRemainingTime() const { return RemainingTime; }
|
||||
float GetGameDuration() const { return GameDuration; }
|
||||
bool IsGameOver() const { return bIsGameOver; }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user