Class TwoSidedTeamInfo
Configuration class for team info.
public class TwoSidedTeamInfo
- Inheritance
-
TwoSidedTeamInfo
- Inherited Members
Properties
Faction
Faction to use for the team.
public string? Faction { get; set; }
Property Value
Remarks
If it's 'Map 1' or 'Map 2', the value will be taken from the map's config info. Otherwise it should equal the internal faction id, such as 'usa', etc.
Role
Role of the team, such as attacker, defender, etc.
public TwoSidedTeamRole Role { get; set; }