using System; using System.Collections.Generic; using System.Text; namespace ET { //public class PlayerSkillAIComponent:Entity //{ // public bool CanSkill { get; set; } // public HashSet PlayerSkillAiSet = new HashSet(); // public readonly long FirstCoolTime = 1000; //} }