Mineplex2018-withcommit/Website/LOC.Core/Model/PvpServer/Economy.cs

10 lines
168 B
C#

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