Esempio n. 1
0
 def __init__(self, array, v_t, w):  #add teleport thing
     Action.__init__(self, array, v_t, w)
Esempio n. 2
0
 def __init__(self, array, v_t, w):
     Action.__init__(self, array, v_t, w)
Esempio n. 3
0
 def __init__(self, data=None, log=False, queryOnly=False):
     Action.__init__(self, data)
     self.log = log
     self.queryOnly = queryOnly
Esempio n. 4
0
 def __init__(self, data=None, log=False, queryOnly=False):
     Action.__init__(self, data)
     self.log = log
     self.queryOnly = queryOnly