Clean up mission result handling.

This commit is contained in:
Dan Albert
2021-10-22 13:32:58 -07:00
parent 74291271e3
commit b728fcc2d6
11 changed files with 109 additions and 191 deletions

View File

@@ -5,7 +5,7 @@ from typing import Optional
from PySide2.QtCore import QObject, Signal
from game import Game
from game.event import Debriefing
from game.debriefing import Debriefing
class GameUpdateSignal(QObject):