コード例 #1
0
 //  Animation
 public void StartLeverAnimation()
 {
     if (leverInUse)
     {
         leverInUse.TurnLever();
     }
 }