Table of Contents

Class TwoSidedTeamInfo

Namespace
Uncreated.Warfare.Layouts.Teams
Assembly
Uncreated.Warfare.dll

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

string

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; }

Property Value

TwoSidedTeamRole