Beispiel #1
0
 public void On(GameEvent gameEvent, UnityAction call)
 {
     _gameEventsManager.On(gameEvent, call);
 }