Ejemplo n.º 1
0
def _dll_mot(self):
    return (Gen.mot(self))
Ejemplo n.º 2
0
Archivo: cga.py Proyecto: tingelst/game
def _dll_mot(self):
    return Gen.mot(self)
Ejemplo n.º 3
0
def _motor_log(self):
    return (Gen.log(self))
Ejemplo n.º 4
0
Archivo: cga.py Proyecto: tingelst/game
def _motor_log(self):
    return Gen.log(self)