1
0
Files
mineplex-crepe/Website/LOC.Core/Model/PvpServer/Economy.cs

10 lines
168 B
C#
Raw Normal View History

2021-08-19 16:35:32 +07:00
namespace LOC.Core.Model.PvpServer
{
public class Economy
{
public string ClientName { get; set; }
public int Balance { get; set; }
}
}