Enum GameManager.GameMode
The different game modes players can choose from.
Namespace: Game
Assembly: cs.temp.dll.dll
Syntax
public enum GameManager.GameMode
Fields
| Name | Description |
|---|---|
| freeForAll | Players compete individually to be the last one standing. |
| keepAway | Players compete to hold an item (like a hat) for the longest time. |
| obstacleCourse | Players race to complete an obstacle course. |