summaryrefslogtreecommitdiff
path: root/Plugins/MonoGame.Extended/source/MonoGame.Extended.Tiled/TiledMapObjectDrawOrder.cs
blob: 1668f664628478b950fb0e46bac8d79d42a5b627 (plain)
1
2
3
4
5
6
7
8
namespace MonoGame.Extended.Tiled
{
    public enum TiledMapObjectDrawOrder : byte
    {
        TopDown,
        Index,
    }
}