Czoko_Smieciarka/Trunk/MonoGameView/DataModels/Displayer.cs
2019-05-11 16:03:29 +02:00

14 lines
260 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MonoGameView.DataModels
{
public class Displayer
{
public Dictionary<string,string> Content { get; set; }
}
}