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

8 lines
152 B
C#

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