public static void InvokeRoundStart() => RoundStartEvent?.Invoke();
public string OnRoundStartInvoke(GameProgression.GameRound round) { OnRoundStart.Invoke(OnRoundStartKey, round); return(OnRoundStartKey); }
internal void InvokeRoundStartEvent() => RoundStartEvent?.Invoke();
internal static void InvokeRoundStart() { RoundStartEvent?.Invoke(); }