public void Remove(DamageRedirection preventaion) { _redirections.Remove(preventaion); }
public void Add(DamageRedirection prevention) { _redirections.Add(prevention); }