Beispiel #1
0
 /// <summary>
 /// Invokes the OnAimComplete event
 /// </summary>
 public void InvokeOnAimComplete <T>(T sender)
 {
     Debug.Log($"[{Time.time}] OnAimComplete Invoked by {sender.ToString()}");
     OnAimComplete?.Invoke();
 }
Beispiel #2
0
 ///<summary>
 // Invokes the OnAimComplete event
 ///</summary>
 public void Invoke()
 {
     OnAimComplete?.Invoke();
 }