예제 #1
0
파일: Player.cs 프로젝트: parkovski/scifi
 void CmdFallThroughOneWayPlatform()
 {
     eShouldFallThroughOneWayPlatform = true;
     if (sCurrentOneWayPlatform != null)
     {
         sCurrentOneWayPlatform.FallThrough(gameObject);
     }
 }