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

10 lines
168 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
namespace LOC.Core.Model.PvpServer
{
public class Economy
{
public string ClientName { get; set; }
public int Balance { get; set; }
}
}