Ejemplo n.º 1
0
 public void Listen <T, U, V>(UnityAction <T, U, V> action, GameEventHandler eventHandler = null)
 {
     GameEventHandler.AddEventListener <T, U, V>(this, action);
 }
Ejemplo n.º 2
0
 public void Listen(UnityAction action, GameEventHandler eventHandler = null)
 {
     GameEventHandler.AddEventListener(this, action);
 }