Skip to content

Commit 1a4e510

Browse files
committed
Update GeneralDefinitions.h
- Add slot count to player color slot enum
1 parent c8d7748 commit 1a4e510

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GeneralDefinitions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ enum PlayerColorSlot : int
237237
Purple = 6,
238238
Pink = 7,
239239
White = 8,
240+
Count = 9,
240241
Random = -2,
241242
None = -1
242243
};

0 commit comments

Comments
 (0)