public override void OnRelease() { this.bActionType = 0; if (this.stActionData != null) { this.stActionData.Release(); this.stActionData = null; } }
public override void OnUse() { this.stActionData = (CSDT_CLT_ACTION_DATA)ProtocolObjectPool.Get(CSDT_CLT_ACTION_DATA.CLASS_ID); }
public CSPKG_CLT_ACTION_STATISTICS() { this.stActionData = (CSDT_CLT_ACTION_DATA)ProtocolObjectPool.Get(CSDT_CLT_ACTION_DATA.CLASS_ID); }