Beispiel #1
0
 public override void OnRelease()
 {
     this.iResult    = 0;
     this.dwHeroID   = 0;
     this.dwHeroStar = 0;
     if (this.stUnlockSkill != null)
     {
         this.stUnlockSkill.Release();
         this.stUnlockSkill = null;
     }
 }
Beispiel #2
0
 public override void OnUse()
 {
     this.stUnlockSkill = (CSDT_UNLOCKSKILL)ProtocolObjectPool.Get(CSDT_UNLOCKSKILL.CLASS_ID);
 }
 public SCPKG_UPGRADESTAR_RSP()
 {
     this.stUnlockSkill = (CSDT_UNLOCKSKILL)ProtocolObjectPool.Get(CSDT_UNLOCKSKILL.CLASS_ID);
 }