Ejemplo n.º 1
0
 public void Publish <T>() where T : EventArgs
 {
     CoreGameEventsManager.Publish(null, this as T);
 }
Ejemplo n.º 2
0
 public void Publish <T>(Type sender) where T : EventArgs
 {
     CoreGameEventsManager.Publish(sender, this as T);
 }