Remove the userdata package.

This commit is contained in:
Dan Albert
2020-10-03 13:34:40 -07:00
parent 60ce6658ad
commit 5f1601a2da
17 changed files with 78 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
from game.event import *
from game.operation.frontlineattack import FrontlineAttackOperation
from userdata.debriefing import Debriefing
from ..debriefing import Debriefing
class FrontlineAttackEvent(Event):