コード例 #1
0
ファイル: actions.py プロジェクト: fife-rpg/fife-rpg-demo
 def execute(self):
     Base.execute(self)
     print self.text
コード例 #2
0
ファイル: actions.py プロジェクト: fife-rpg/fife-rpg-demo
 def __init__(self, application, text, commands = None):
     Base.__init__(self, application, None, None, commands)
     self.text = text