Exemplo n.º 1
0
 public void UnRegister(GameEventListener l)
 {
     listeners.Remove(l);
 }
Exemplo n.º 2
0
 public void Register(GameEventListener l)
 {
     listeners.Add(l);
 }