using System; using System.Collections.Generic; using System.Text; namespace ET { public class TeamComponent : Entity { public static TeamComponent Instance { get; set; } public Dictionary teamDic = new Dictionary(); } }