using System; using XUtliPoolLib; namespace XMainClient { internal class Process_PtcG2C_SkillInitCoolNtf { public static void Process(PtcG2C_SkillInitCoolNtf roPtc) { XInitCoolDownAllSkillsArgs @event = XEventPool.GetEvent(); @event.Firer = XSingleton.singleton.Doc; XSingleton.singleton.FireEvent(@event); } } }