using System; namespace XMainClient { internal class XWoozyOnArgs : XEventArgs { public XEntity Self; public XWoozyOnArgs() { this._eDefine = XEventDefine.XEvent_WoozyOn; } public override void Recycle() { base.Recycle(); this.Self = null; XEventPool.Recycle(this); } } }