Files
MonoGame.Extended/Source/MonoGame.Extended.Tiled/TiledMapObjectDrawOrder.cs
T
2017-06-13 21:20:02 +10:00

9 lines
132 B
C#

namespace MonoGame.Extended.Tiled
{
public enum TiledMapObjectDrawOrder : byte
{
TopDown,
Index,
}
}