示例#1
0
 public override void OnRelease()
 {
     if (this.stDirection != null)
     {
         this.stDirection.Release();
         this.stDirection = null;
     }
     this.chSlotType = 0;
     this.iSkillID   = 0;
 }
示例#2
0
 public override void OnUse()
 {
     this.stDirection = (CSDT_VECTOR3)ProtocolObjectPool.Get(CSDT_VECTOR3.CLASS_ID);
 }