Exemple #1
0
 void offPlatform()
 {
     isOnPlatform = false;
     platform = null;
     lastPlatformDir = 0;
 }
Exemple #2
0
 public void onPlatform(MovingPlatformAI target)
 {
     isOnPlatform = true;
     platform = target;
 }