BattleComposition.GetAllTeamAUnits C# (CSharp) Method

GetAllTeamAUnits() public method

public GetAllTeamAUnits ( ) : List
return List
    public List<ControllableUnit> GetAllTeamAUnits()
    {
        return this.teamAUnits.Values.ToList();
    }