mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
Move source projects into source directory
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace MonoGame.Extended.Tiled.Serialization
|
||||
{
|
||||
public enum TiledMapObjectDrawOrderContent : byte
|
||||
{
|
||||
[XmlEnum(Name = "topdown")] TopDown,
|
||||
[XmlEnum(Name = "index")] Manual
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user