public override int GetHashCode() { return(Trigger.GetHashCode() + Allies.GetHashCode() + Neutrals.GetHashCode() + Enemies.GetHashCode()); }