更新 'game_stats.py'

This commit is contained in:
206530230 2021-06-23 20:54:39 +08:00
parent e69b80d37f
commit 8b98bc0e3b
1 changed files with 2 additions and 1 deletions

View File

@ -12,3 +12,4 @@ class GameStats():
self.high_score = 0 self.high_score = 0
def reset_stats(self): def reset_stats(self):
"""初始化在游戏运行期间可能变化的统计信息"""