hnc-artur/HNS/MB/FieldMode.py

8 lines
94 B
Python

from enum import Enum
class FieldMode(Enum):
Placing = 0
Friendly = 1
Enemy = 2