using System; namespace XMainClient { internal class XBigMeleePointChange : XEventArgs { public uint point = 0u; public XBigMeleePointChange() { this._eDefine = XEventDefine.XEvent_BigMeleePointChange; } public override void Recycle() { base.Recycle(); this.point = 0u; XEventPool.Recycle(this); } } }