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