public override void Update(GameTime gameTime) { obj.Update(gameTime); foreach (var thruster in thrusters) { thruster.Update(gameTime); } }