Improve Game Over Screen

This commit is contained in:
2025-04-16 13:57:06 +05:30
parent f732cdef59
commit 7f08808b71
6 changed files with 127 additions and 29 deletions

View File

@@ -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: