mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-05-07 19:29:35 +08:00
添加生命之泉
This commit is contained in:
parent
4d0e44afd8
commit
ba4921aa1f
@ -1995,6 +1995,16 @@ namespace Oshima.FunGame.WebAPI.Services
|
||||
return result;
|
||||
}
|
||||
|
||||
if (e.Detail == "生命之泉")
|
||||
{
|
||||
string msg = NetworkUtility.JsonDeserialize<string>(Controller.SpringOfLife()) ?? "";
|
||||
if (msg != "")
|
||||
{
|
||||
await SendAsync(e, "生命之泉", string.Join("\r\n", msg));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
if (uid == GeneralSettings.Master && e.Detail.StartsWith("重载FunGame", StringComparison.CurrentCultureIgnoreCase))
|
||||
{
|
||||
string msg = NetworkUtility.JsonDeserialize<string>(Controller.Relaod(uid)) ?? "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user