Ejemplo n.º 1
0
 public void AddEventListener <T>(Callback <AEvent> callback)
 {
     _observer.AddEventListener <T>(callback);
 }