using Microsoft.Xna.Framework.Content; namespace MonoGame.Extended.Tiled { public sealed class TiledMapRectangleObject : TiledMapObject { internal TiledMapRectangleObject(ContentReader input) : base(input) { } } }