Пример #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'