/** * 此文件保存Method(方法)的枚举 */ namespace Milimoe.FunGame.Core.Library.Constant { /// /// 配合 使用,也别忘了修改 /// public enum InterfaceMethod { RemoteServerIP, DBConnection, GetServerSettings, SecretKey } }