diff --git a/game_stats.py b/game_stats.py index bddf17e..a1aef35 100644 --- a/game_stats.py +++ b/game_stats.py @@ -9,4 +9,6 @@ class GameStats(): self.game_active = False # 在任何情况下都不应重置最高得分 - self.high_score = 0 \ No newline at end of file + self.high_score = 0 + + def reset_stats(self): \ No newline at end of file