using System; using System.Collections.Generic; namespace ET { public class BrocastComponent:Entity { public HashSet aoiSet = new HashSet(); public HashSet aoiSetInternal = new HashSet(); public bool isPlayer; public Unit unit; } }