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