We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffcafa1 + 4c84e3d commit b7eac88Copy full SHA for b7eac88
1 file changed
MainCore/Enums/BuildingEnums.cs
@@ -322,6 +322,7 @@ public static SplatColor GetColor(this BuildingEnums building)
322
BuildingEnums.Palace => true,
323
BuildingEnums.Marketplace => true,
324
BuildingEnums.Treasury => true,
325
+ BuildingEnums.TownHall => true,
326
_ => false,
327
};
328
0 commit comments