mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +08:00

* 常量更新 * 添加枚举:Login_UpdatePassword * 添加Hashtable反序列化方法 Server那边没有Request对象 --------- Co-authored-by: Yezi <53083103+yeziuku@users.noreply.github.com>
13 lines
210 B
C#
13 lines
210 B
C#
/**
|
||
* 此文件保存Method(方法)的枚举
|
||
*/
|
||
namespace Milimoe.FunGame.Core.Library.Constant
|
||
{
|
||
public enum InterfaceMethod
|
||
{
|
||
RemoteServerIP,
|
||
DBConnection,
|
||
GetServerSettings
|
||
}
|
||
}
|