Пример #1
0
 public void Remove(DamageRedirection preventaion)
 {
     _redirections.Remove(preventaion);
 }
Пример #2
0
 public void AddRedirection(DamageRedirection damageRedirection)
 {
     _redirections.Add(damageRedirection);
 }
Пример #3
0
 public void Add(DamageRedirection prevention)
 {
     _redirections.Add(prevention);
 }
Пример #4
0
 public bool WasAlreadyRedirected(DamageRedirection damageRedirection)
 {
     return(_redirections.Contains(damageRedirection));
 }
Пример #5
0
 public bool WasAlreadyRedirected(DamageRedirection damageRedirection)
 {
     return _redirections.Contains(damageRedirection);
 }
Пример #6
0
 public void AddRedirection(DamageRedirection damageRedirection)
 {
     _redirections.Add(damageRedirection);
 }
Пример #7
0
 public void Remove(DamageRedirection preventaion)
 {
     _redirections.Remove(preventaion);
 }
Пример #8
0
 public void Add(DamageRedirection prevention)
 {
     _redirections.Add(prevention);
 }