Exemplo n.º 1
0
 public void AddListener(BuffListListener l)
 {
     listeners.Add(l);
 }
Exemplo n.º 2
0
 public void RemoveListener(BuffListListener l)
 {
     listeners.Remove(l);
 }