Exemplo n.º 1
0
 public void Remove(DamageRedirection preventaion)
 {
     _redirections.Remove(preventaion);
 }
Exemplo n.º 2
0
 public void Add(DamageRedirection prevention)
 {
     _redirections.Add(prevention);
 }