Czoko_Smieciarka/Trunk/MonoGameView/DataModels/Displayer.cs

14 lines
260 B
C#
Raw Normal View History

2019-05-11 16:03:29 +02:00
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; }
}
}