mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-23 04:29:36 +08:00
10 lines
168 B
C#
10 lines
168 B
C#
namespace Milimoe.FunGame.Core.Library.Constant
|
|
{
|
|
public enum InterfaceMethod
|
|
{
|
|
RemoteServerIP,
|
|
DBConnection,
|
|
GetServerSettings
|
|
}
|
|
}
|