diff options
Diffstat (limited to 'GameCode/PickerType.cs')
-rw-r--r-- | GameCode/PickerType.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GameCode/PickerType.cs b/GameCode/PickerType.cs new file mode 100644 index 0000000..b4f79a2 --- /dev/null +++ b/GameCode/PickerType.cs @@ -0,0 +1,5 @@ +public enum PickerType +{ + Team, + Player +} |