public override bool Load() { base.Load(); if(_Owner.IsUnit()) CurrentMount = new Mount(_Owner.GetUnit()); return true; }