Mesen/GUI.NET/Config/PlayerProfile.cs
2016-05-22 19:30:17 -04:00

17 lines
296 B
C#

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";
}
}