10 lines
168 B
C#
10 lines
168 B
C#
|
namespace LOC.Core.Model.PvpServer
|
|||
|
{
|
|||
|
public class Economy
|
|||
|
{
|
|||
|
public string ClientName { get; set; }
|
|||
|
|
|||
|
public int Balance { get; set; }
|
|||
|
}
|
|||
|
}
|