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