Files
MonoGame.Extended/Source/MonoGame.Extended.Tiled/TiledMapObjectDrawOrder.cs
T

9 lines
132 B
C#

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