forked from project-redbud/FunGame-Core
10 lines
168 B
C#
10 lines
168 B
C#
namespace Milimoe.FunGame.Core.Library.Constant
|
|
{
|
|
public enum InterfaceMethod
|
|
{
|
|
RemoteServerIP,
|
|
DBConnection,
|
|
GetServerSettings
|
|
}
|
|
}
|