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