mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 20:12:23 +00:00
11 lines
175 B
C#
11 lines
175 B
C#
namespace MonoGame.Extended.Tiled
|
|
{
|
|
public enum TiledMapObjectType : byte
|
|
{
|
|
Rectangle,
|
|
Ellipse,
|
|
Polygon,
|
|
Polyline,
|
|
Tile
|
|
}
|
|
} |