コード例 #1
0
ファイル: bootstrap.py プロジェクト: shamonj03/SUDV3
def send(event):
	Game.getEventDispatcher().dispatch(event)
コード例 #2
0
ファイル: bootstrap.py プロジェクト: shamonj03/SUDV3
		def handle(func):
			Game.getEventDispatcher().register(c, EHandler(func))