public override void OnRelease() { if (this.stRelayTGW != null) { this.stRelayTGW.Release(); this.stRelayTGW = null; } }
public override void OnRelease() { this.iResult = 0; if (this.stTgwinfo != null) { this.stTgwinfo.Release(); this.stTgwinfo = null; } }
public override void OnRelease() { this.bCamp = 0; if (this.stRelayTGW != null) { this.stRelayTGW.Release(); this.stRelayTGW = null; } if (this.stDeskInfo != null) { this.stDeskInfo.Release(); this.stDeskInfo = null; } }
public override void OnUse() { this.stRelayTGW = (COMDT_TGWINFO)ProtocolObjectPool.Get(COMDT_TGWINFO.CLASS_ID); }
public SCPKG_MULTGAMEREADYNTF() { this.stRelayTGW = (COMDT_TGWINFO)ProtocolObjectPool.Get(COMDT_TGWINFO.CLASS_ID); }
public SCPKG_OB_GUILD_MATCH_RSP() { this.stTgwinfo = (COMDT_TGWINFO)ProtocolObjectPool.Get(COMDT_TGWINFO.CLASS_ID); }
public SCPKG_OBSERVE_FRIEND_RSP() { this.stTgwinfo = (COMDT_TGWINFO)ProtocolObjectPool.Get(COMDT_TGWINFO.CLASS_ID); }
public SCPKG_GAMELOGINDISPATCH() { this.stGameTGW = (COMDT_TGWINFO)ProtocolObjectPool.Get(COMDT_TGWINFO.CLASS_ID); }
public override void OnUse() { this.stRelayTGW = (COMDT_TGWINFO)ProtocolObjectPool.Get(COMDT_TGWINFO.CLASS_ID); this.stDeskInfo = (COMDT_OB_DESK)ProtocolObjectPool.Get(COMDT_OB_DESK.CLASS_ID); }