summaryrefslogtreecommitdiff
path: root/GameCode/PickerType.cs
blob: b4f79a290cf08e5ad522614af772753a5a44f8b7 (plain)
1
2
3
4
5
public enum PickerType
{
	Team,
	Player
}