Exemplo n.º 1
0
 public void Remove(GameOverMenuEvent gameOverMenuEvent, UnityAction call)
 {
     _eventsManager.Remove(gameOverMenuEvent, call);
 }
Exemplo n.º 2
0
 public void Invoke(GameOverMenuEvent gameOverMenuEvent)
 {
     _eventsManager.Invoke(gameOverMenuEvent);
 }
Exemplo n.º 3
0
 public void On(GameOverMenuEvent gameOverMenuEvent, UnityAction call)
 {
     _eventsManager.On(gameOverMenuEvent, call);
 }