Files
MonoGame.Extended/source/MonoGame.Extended.Tiled/TiledMapObjectDrawOrder.cs
T
2024-05-18 19:59:41 -04:00

9 lines
132 B
C#

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