Enum LeadingTeam
The team that is currently leading the round.
public enum LeadingTeam : byte
- Extension Methods
Fields
FacilityForces = 0Represents the Scientists, Guards, and NTF team.
ChaosInsurgency = 1Represents the Class-D and Chaos Insurgency team.
Anomalies = 2Represents the SCP team.
Flamingo = 3Represents the Flamingo team.
Draw = 4Represents a draw.
See Also
GetLeadingTeam(Team)