예제 #1
0
 public void ExitState()
 {
     ChargeBehaviour.ExitState();
     CurrentSpot.Owner.ReleaseSpot(CurrentSpot); // :'v
     StopAllCoroutines();
     _isActive = false;
 }