mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 20:12:23 +00:00
8 lines
152 B
C#
8 lines
152 B
C#
using System.Collections.Generic;
|
|
|
|
namespace MonoGame.Extended.Tiled
|
|
{
|
|
public class TiledMapProperties : Dictionary<string, string>
|
|
{
|
|
}
|
|
} |