If an item is prepended with "!" (example "!ShotCalling") then it is removed from the inherited list.
If CONSTANT is included, then all inherited values are ignored.
Does follow the list inheritance rules.
public List<string> Special { get; set; }
In This Article