mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-22 18:29:30 +00:00
9 lines
132 B
C#
9 lines
132 B
C#
namespace MonoGame.Extended.Tiled
|
|
{
|
|
public enum TiledMapObjectDrawOrder : byte
|
|
{
|
|
TopDown,
|
|
Index,
|
|
}
|
|
}
|