Requiring the ID of a building to have NoPaint in it creates long, ugly, and unwieldy names. By also checking for a tag, mod authors can easily exclude their building from being painted by calling go.AddTag(new Tag("NoPaint")); in their building's DoPostConfigureComplete (or otherwise adding that tag to their building)
Requiring the ID of a building to have
NoPaint
in it creates long, ugly, and unwieldy names. By also checking for a tag, mod authors can easily exclude their building from being painted by callinggo.AddTag(new Tag("NoPaint"));
in their building'sDoPostConfigureComplete
(or otherwise adding that tag to their building)