예제 #1
0
 void Update()
 {
     //if (networkView.isMine)
     //{
     if (Input.GetKey(KeyCode.LeftShift))
     {
         aeroplane.boost(true);
     }
     else
     {
         aeroplane.boost(false);
     }
     //}
 }