mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 10:52:35 +00:00
committed by
Dylan Wilson
parent
df61d36661
commit
3a164d5385
@@ -1,12 +0,0 @@
|
||||
using Microsoft.Xna.Framework.Content;
|
||||
|
||||
namespace MonoGame.Extended.Tiled
|
||||
{
|
||||
public sealed class TiledMapRectangleObject : TiledMapObject
|
||||
{
|
||||
internal TiledMapRectangleObject(ContentReader input)
|
||||
: base(input)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user