using System.Collections.Generic; // TODO: this is probably the least final piece of code in this project. public static class Team { public static List AllUnits = new List(); public static List AllBuildings = new List(); public static int Minerals; }