Struct TeamInfo
public struct TeamInfo
- Inherited Members
Properties
PlayerCount
public int PlayerCount { readonly get; set; }
Property Value
Team
public readonly Team? Team { get; }
public struct TeamInfo
public int PlayerCount { readonly get; set; }
public readonly Team? Team { get; }