TeamType Enum
The TeamType enum defines the types of teams that can be targeted or identified in the game. It is used to specify the relationship of an entity or action with respect to the player’s team.
Enum Values
| Name | Value | Description |
|---|---|---|
TEAM_ENEMY | 1 | Represents the enemy team. |
TEAM_FRIEND | 2 | Represents the player's team (friendly). |
TEAM_BOTH | 3 | Represents both teams (enemy and friend). |