TableturfBattleApp/TableturfBattleServer/PlayerColours.cs
2023-10-21 18:33:06 +11:00

3 lines
176 B
C#

namespace TableturfBattleServer;
internal record struct PlayerColours(Colour InkColour, Colour SpecialColour, Colour SpecialAccentColour, bool UIBaseColourIsSpecialColour);