示例#1
0
文件: Player.cs 项目: parkovski/scifi
 void CmdFallThroughOneWayPlatform()
 {
     eShouldFallThroughOneWayPlatform = true;
     if (sCurrentOneWayPlatform != null)
     {
         sCurrentOneWayPlatform.FallThrough(gameObject);
     }
 }