Ejemplo n.º 1
0
 void CmdFallThroughOneWayPlatform()
 {
     eShouldFallThroughOneWayPlatform = true;
     if (sCurrentOneWayPlatform != null)
     {
         sCurrentOneWayPlatform.FallThrough(gameObject);
     }
 }