public override void OnRelease() { this.ullUid = 0uL; this.dwLogicWorldID = 0u; if (this.stRecordList != null) { this.stRecordList.Release(); this.stRecordList = null; } }
public CSDT_FIGHTHISTORY_RECORD_DETAIL_SUCC() { this.stRecordList = (COMDT_PLAYER_FIGHT_HISTORY)ProtocolObjectPool.Get(COMDT_PLAYER_FIGHT_HISTORY.CLASS_ID); }
public override void OnUse() { this.stRecordList = (COMDT_PLAYER_FIGHT_HISTORY)ProtocolObjectPool.Get(COMDT_PLAYER_FIGHT_HISTORY.CLASS_ID); }