Ejemplo n.º 1
0
 void offPlatform()
 {
     isOnPlatform = false;
     platform = null;
     lastPlatformDir = 0;
 }
Ejemplo n.º 2
0
 public void onPlatform(MovingPlatformAI target)
 {
     isOnPlatform = true;
     platform = target;
 }