Example #1
0
 public static void InvokeRoundStart() => RoundStartEvent?.Invoke();
Example #2
0
 public string OnRoundStartInvoke(GameProgression.GameRound round)
 {
     OnRoundStart.Invoke(OnRoundStartKey, round);
     return(OnRoundStartKey);
 }
Example #3
0
 internal void InvokeRoundStartEvent() => RoundStartEvent?.Invoke();
Example #4
0
 internal static void InvokeRoundStart()
 {
     RoundStartEvent?.Invoke();
 }