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