Files
website/app/enums/PlaceRigChoice.py
T
copyrighttxt 05211f73ef add web
2026-07-06 13:28:00 -04:00

6 lines
104 B
Python

from enum import Enum
class PlaceRigChoice( Enum ):
UserChoice = 0
ForceR6 = 1
ForceR15 = 2