Beispiel #1
0
 private void OnInputShotHold(float _power)
 {
     InputShotHoldEvent?.Invoke(_power);
 }
Beispiel #2
0
 public void InvokeInputShotHoldEvent(float _currentPower)
 {
     InputShotHoldEvent?.Invoke(_currentPower);
 }