Exemplo n.º 1
0
 public void Remove(DamageRedirection preventaion)
 {
     _redirections.Remove(preventaion);
 }
Exemplo n.º 2
0
 public void AddRedirection(DamageRedirection damageRedirection)
 {
     _redirections.Add(damageRedirection);
 }
Exemplo n.º 3
0
 public void Add(DamageRedirection prevention)
 {
     _redirections.Add(prevention);
 }
Exemplo n.º 4
0
 public bool WasAlreadyRedirected(DamageRedirection damageRedirection)
 {
     return(_redirections.Contains(damageRedirection));
 }
Exemplo n.º 5
0
 public bool WasAlreadyRedirected(DamageRedirection damageRedirection)
 {
     return _redirections.Contains(damageRedirection);
 }
Exemplo n.º 6
0
 public void AddRedirection(DamageRedirection damageRedirection)
 {
     _redirections.Add(damageRedirection);
 }
Exemplo n.º 7
0
 public void Remove(DamageRedirection preventaion)
 {
     _redirections.Remove(preventaion);
 }
Exemplo n.º 8
0
 public void Add(DamageRedirection prevention)
 {
     _redirections.Add(prevention);
 }