CTT/Unity/Assets/Model/Component/Config/ClientConfig.cs

7 lines
108 B
C#
Raw Normal View History

2021-04-08 20:09:59 +08:00
namespace ET
{
public class ClientConfig: AConfigComponent
{
public string Address { get; set; }
}
}