コード例 #1
0
ファイル: PlayerController.cs プロジェクト: Xemar5/Pok
 public void DisableRush()
 {
     rushBreakTimeLeft = 0;
     playerVisuals.StopRushParticles();
     OnRushEnd?.Invoke(this);
 }