更新 'game_stats'
This commit is contained in:
parent
409a136127
commit
09bde51a3c
|
@ -1,2 +1,4 @@
|
|||
class GameStats():
|
||||
"""跟踪游戏的统计信息"""
|
||||
"""跟踪游戏的统计信息"""
|
||||
|
||||
def __init__(self, ai_settings):
|
Loading…
Reference in New Issue