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