Class TeamData
Information about the characters in a player's field.
Inheritance
System.Object
TeamData
Namespace: AutoBattleFramework.BattleBehaviour
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class TeamData
Fields
team
List of the characters in a player's field.
Declaration
public List<GameCharacter> team
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GameCharacter> |