Mineplex2018-withcommit/Website/LOC.Core/Model/PvpServer/Economy.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

10 lines
168 B
C#

namespace LOC.Core.Model.PvpServer
{
public class Economy
{
public string ClientName { get; set; }
public int Balance { get; set; }
}
}