1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:49:26 +08:00

add: base framework of game restart and instance restart

This commit is contained in:
0O0o0oOoO00
2025-09-02 00:48:40 +08:00
parent f2137c699a
commit 160b6bdb1f
12 changed files with 441 additions and 5 deletions

View File

@@ -73,6 +73,16 @@
"FailureInterval": 0,
"ServerUpdate": "00:00"
},
"GameRestart": {
"Enable": false,
"MaxRetryTimes": 5,
"Notify": false
},
"InstanceRestart": {
"Enable": false,
"MaxRetryTimes": 5,
"Notify": false
},
"Storage": {
"Storage": {}
}