コード例 #1
0
ファイル: floors.py プロジェクト: Ardnived/Regicide
 def __init__(self, depth):
     Floor.__init__(self, depth)
     CastleGenerator.__init__(self, 
         zone  = "castle", 
         floor = "commons",
     )