Exemplo n.º 1
0
 public override void OnRelease()
 {
     if (this.stBriefInfo != null)
     {
         this.stBriefInfo.Release();
         this.stBriefInfo = null;
     }
     this.bPosition        = 0;
     this.dwConstruct      = 0;
     this.dwWeekConstruct  = 0;
     this.dwTotalConstruct = 0;
     this.dwCurrActive     = 0;
     this.dwWeekActive     = 0;
     this.bFireCnt         = 0;
     this.bDonateCnt       = 0;
     this.dwDonateNum      = 0;
     this.dwWeekDividend   = 0;
     this.dwJoinTime       = 0;
     if (this.stRankInfo != null)
     {
         this.stRankInfo.Release();
         this.stRankInfo = null;
     }
     this.dwLastLoginTime = 0;
 }
 public override void OnRelease()
 {
     if (this.stNewMember != null)
     {
         this.stNewMember.Release();
         this.stNewMember = null;
     }
 }
 public override void OnRelease()
 {
     if (this.stApplyInfo != null)
     {
         this.stApplyInfo.Release();
         this.stApplyInfo = null;
     }
 }
 public override void OnRelease()
 {
     if (this.stApplyPlayer != null)
     {
         this.stApplyPlayer.Release();
         this.stApplyPlayer = null;
     }
     this.ullGuildID = 0L;
 }
 public override void OnRelease()
 {
     if (this.stCreatePlayer != null)
     {
         this.stCreatePlayer.Release();
         this.stCreatePlayer = null;
     }
     this.dwHeadID      = 0u;
     this.bIsFriendOnly = 0;
 }
 public override void OnRelease()
 {
     if (this.stApplyPlayer != null)
     {
         this.stApplyPlayer.Release();
         this.stApplyPlayer = null;
     }
     this.ullGuildID         = 0uL;
     this.iGuildLogicWorldID = 0;
     this.iRollbackFlag      = 0;
 }
Exemplo n.º 7
0
 public override void OnRelease()
 {
     this.ullGuildID   = 0L;
     this.ullInviteUid = 0L;
     if (this.stBeInvitePlayer != null)
     {
         this.stBeInvitePlayer.Release();
         this.stBeInvitePlayer = null;
     }
     this.dwGameEntity   = 0;
     this.dwLogicWorldID = 0;
 }
Exemplo n.º 8
0
 public override void OnRelease()
 {
     this.ullGuildID    = 0L;
     this.iLogicWorldID = 0;
     this.dwHeadID      = 0;
     this.bLevel        = 0;
     this.bMemberNum    = 0;
     this.dwSettingMask = 0;
     if (this.stChairMan != null)
     {
         this.stChairMan.Release();
         this.stChairMan = null;
     }
 }
 public override void OnRelease()
 {
     this.ullGuildID    = 0L;
     this.iLogicWorldID = 0;
     this.dwHeadID      = 0;
     this.bMemberNum    = 0;
     this.dwRequestTime = 0;
     if (this.stCreatePlayer != null)
     {
         this.stCreatePlayer.Release();
         this.stCreatePlayer = null;
     }
     this.bIsOnlyFriend = 0;
 }
 public override void OnRelease()
 {
     if (this.stBriefInfo != null)
     {
         this.stBriefInfo.Release();
         this.stBriefInfo = null;
     }
     this.bPosition   = 0;
     this.dwConstruct = 0u;
     this.bFireCnt    = 0;
     this.dwJoinTime  = 0u;
     if (this.stRankInfo != null)
     {
         this.stRankInfo.Release();
         this.stRankInfo = null;
     }
     this.dwLastLoginTime = 0u;
     if (this.stGuildMatchInfo != null)
     {
         this.stGuildMatchInfo.Release();
         this.stGuildMatchInfo = null;
     }
 }
 public override void OnUse()
 {
     this.stCreatePlayer = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
 }
Exemplo n.º 12
0
 public override void OnUse()
 {
     this.stBriefInfo = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
     this.stRankInfo  = (COMDT_GUILD_MEMBER_RANK_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_RANK_INFO.CLASS_ID);
 }
 public COMDT_APOLLO_PAY_BUILDCRT()
 {
     this.stCreatePlayer = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
     this.szName         = new byte[32];
     this.szNotice       = new byte[128];
 }
 public override void OnUse()
 {
     this.stApplyInfo = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
 }
 public CSPKG_APPROVE_JOIN_GUILD_APPLY()
 {
     this.stApplyInfo = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
 }
 public COMDT_TRANS_CONTEXT_OF_JOIN_GUILD()
 {
     this.stApplyPlayer = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
     this.szGuildName   = new byte[32];
 }
 public COMDT_TRANS_CONTEXT_OF_DEAL_GUILD_INVITE()
 {
     this.stBeInvitePlayer = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
     this.szGuildName      = new byte[32];
 }
Exemplo n.º 18
0
 public SCPKG_JOIN_PREPARE_GUILD_NTF()
 {
     this.stNewMember = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
 }
 public COMDT_GUILD_BRIEF_INFO()
 {
     this.szName     = new byte[32];
     this.szNotice   = new byte[128];
     this.stChairMan = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
 }
 public COMDT_GUILD_MEMBER_INFO()
 {
     this.stBriefInfo      = (COMDT_GUILD_MEMBER_BRIEF_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_BRIEF_INFO.CLASS_ID);
     this.stRankInfo       = (COMDT_GUILD_MEMBER_RANK_INFO)ProtocolObjectPool.Get(COMDT_GUILD_MEMBER_RANK_INFO.CLASS_ID);
     this.stGuildMatchInfo = (COMDT_MEMBER_GUILD_MATCH_INFO)ProtocolObjectPool.Get(COMDT_MEMBER_GUILD_MATCH_INFO.CLASS_ID);
 }