public void Dismount(TerraGuardian tg) { if (!this._active) { return; } this._active = false; tg.RemoveBuff(this._data.buff); this._mountSpecificData = null; if (Cart) { tg.RemoveBuff(_data.extraBuff); } this.Reset(); }