zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Unity/Assets/Model/Component/Config/ClientConfig.cs

7 lines
108 B
C#

namespace ET
{
public class ClientConfig: AConfigComponent
{
public string Address { get; set; }
}
}