mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 08:09:02 +00:00
更新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.RemoteServerIP => InterfaceSet.Method.RemoteServerIP,
|
||||||
InterfaceMethod.DBConnection => InterfaceSet.Method.DBConnection,
|
InterfaceMethod.DBConnection => InterfaceSet.Method.DBConnection,
|
||||||
InterfaceMethod.GetServerSettings => InterfaceSet.Method.GetServerSettings,
|
InterfaceMethod.GetServerSettings => InterfaceSet.Method.GetServerSettings,
|
||||||
InterfaceMethod.GameModuleList => InterfaceSet.Method.GameModuleList,
|
InterfaceMethod.SecretKey => InterfaceSet.Method.SecretKey,
|
||||||
InterfaceMethod.GameMapList => InterfaceSet.Method.GameMapList,
|
|
||||||
_ => ""
|
_ => ""
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,8 +19,7 @@ namespace Milimoe.FunGame.Core.Library.Constant
|
|||||||
public const string RemoteServerIP = "RemoteServerIP";
|
public const string RemoteServerIP = "RemoteServerIP";
|
||||||
public const string DBConnection = "DBConnection";
|
public const string DBConnection = "DBConnection";
|
||||||
public const string GetServerSettings = "GetServerSettings";
|
public const string GetServerSettings = "GetServerSettings";
|
||||||
public const string GameModuleList = "GameModuleList";
|
public const string SecretKey = "SecretKey";
|
||||||
public const string GameMapList = "GameMapList";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,6 @@ namespace Milimoe.FunGame.Core.Library.Constant
|
|||||||
RemoteServerIP,
|
RemoteServerIP,
|
||||||
DBConnection,
|
DBConnection,
|
||||||
GetServerSettings,
|
GetServerSettings,
|
||||||
GameModuleList,
|
SecretKey
|
||||||
GameMapList
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user