コード例 #1
0
 public void Unhack()
 {
     if (!hacked)
     {
         return;
     }
     hacked = false;
     motor.StopAllCoroutines();
     motor.ClearLastAction();
 }