forked from project-redbud/FunGame-Core
更新IServer的常量
This commit is contained in:
parent
d06f8417d6
commit
3cc7b84803
@ -59,8 +59,7 @@ namespace Milimoe.FunGame.Core.Api.Utility
|
||||
InterfaceMethod.RemoteServerIP => InterfaceSet.Method.RemoteServerIP,
|
||||
InterfaceMethod.DBConnection => InterfaceSet.Method.DBConnection,
|
||||
InterfaceMethod.GetServerSettings => InterfaceSet.Method.GetServerSettings,
|
||||
InterfaceMethod.GameModuleList => InterfaceSet.Method.GameModuleList,
|
||||
InterfaceMethod.GameMapList => InterfaceSet.Method.GameMapList,
|
||||
InterfaceMethod.SecretKey => InterfaceSet.Method.SecretKey,
|
||||
_ => ""
|
||||
};
|
||||
}
|
||||
|
||||
@ -19,8 +19,7 @@ namespace Milimoe.FunGame.Core.Library.Constant
|
||||
public const string RemoteServerIP = "RemoteServerIP";
|
||||
public const string DBConnection = "DBConnection";
|
||||
public const string GetServerSettings = "GetServerSettings";
|
||||
public const string GameModuleList = "GameModuleList";
|
||||
public const string GameMapList = "GameMapList";
|
||||
public const string SecretKey = "SecretKey";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -11,7 +11,6 @@ namespace Milimoe.FunGame.Core.Library.Constant
|
||||
RemoteServerIP,
|
||||
DBConnection,
|
||||
GetServerSettings,
|
||||
GameModuleList,
|
||||
GameMapList
|
||||
SecretKey
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user