Notes to kneeboard (#1375)

Adds global-level kneeboard notes.  Explicit save compatability with 4.0.0
This commit is contained in:
Chris Seagraves
2021-06-30 17:07:53 -05:00
committed by GitHub
parent 2a5c523afd
commit e94d48c265
10 changed files with 106 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ class Game:
self.date = date(start_date.year, start_date.month, start_date.day)
self.game_stats = GameStats()
self.game_stats.update(self)
self.notes = ""
self.ground_planners: dict[int, GroundPlanner] = {}
self.informations = []
self.informations.append(Information("Game Start", "-" * 40, 0))