Mesen-X/GUI.NET/Config/PlayerProfile.cs

17 lines
296 B
C#
Raw Normal View History

2015-07-03 00:12:02 -04:00
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Mesen.GUI.Config
{
public class PlayerProfile
{
public string PlayerName = "NewPlayer";
}
}