public override void OnRelease()
 {
     this.dwHeroID    = 0u;
     this.bWearPos    = 0;
     this.bEnchantPos = 0;
     if (this.stFuncEft != null)
     {
         this.stFuncEft.Release();
         this.stFuncEft = null;
     }
 }
 public SCPKG_CMD_EQUIPENCHANT()
 {
     this.stFuncEft = (COMDT_EQUIP_FUNCEFT)ProtocolObjectPool.Get(COMDT_EQUIP_FUNCEFT.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stFuncEft = (COMDT_EQUIP_FUNCEFT)ProtocolObjectPool.Get(COMDT_EQUIP_FUNCEFT.CLASS_ID);
 }