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