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

8 lines
152 B
C#

using System.Collections.Generic;
namespace MonoGame.Extended.Tiled
{
public class TiledMapProperties : Dictionary<string, string>
{
}
}