예제 #1
0
	def __init__(self, args):
		EventAdjuster.__init__(self, args)
예제 #2
0
 def __init__(self, args):
     EventAdjuster.__init__(self, args)
     self.attributes['signature'] = 'game_tick'
예제 #3
0
	def __init__(self, args):
		EventAdjuster.__init__(self, args)
		self.attributes['signature'] = 'actor_emoted'
예제 #4
0
	def __init__(self, args):
		EventAdjuster.__init__(self, args)
		self.attributes['signature'] = 'game_tick'
예제 #5
0
	def __init__(self, args):
		EventAdjuster.__init__(self, args)
		self.attributes['signature'] = 'entity_described_self'