コード例 #1
0
ファイル: Attacker.cs プロジェクト: pr00thmatic/second-ai-lol
 public void ExitState()
 {
     ChargeBehaviour.ExitState();
     CurrentSpot.Owner.ReleaseSpot(CurrentSpot); // :'v
     StopAllCoroutines();
     _isActive = false;
 }