コード例 #1
0
 public void Grab()
 {
     climbing      = true;
     currentSpeedX = 0;
     currentSpeedY = 0;
     playerPhysics.Climb();
 }