using System; using System.Collections.Generic; using UnityEngine; public static class GlobalsVariable { public static List AliveUnitsTeamA = new List(); public static List AliveUnitsTeamB = new List(); }