コード例 #1
0
ファイル: Player.cs プロジェクト: parkovski/scifi
 void CmdFallThroughOneWayPlatform()
 {
     eShouldFallThroughOneWayPlatform = true;
     if (sCurrentOneWayPlatform != null)
     {
         sCurrentOneWayPlatform.FallThrough(gameObject);
     }
 }