Add the god statue's blood return display and stamina system (#520)

* Fix announcement display

* Approaching StatuesOfTheSeven will restore all health of the current team

* Added god statue's blood return display and stamina system

* fix error

fix error

* fix file
This commit is contained in:
BaiSugar
2022-05-05 02:45:20 +08:00
committed by GitHub
parent aa06583a45
commit 2074933e96
5 changed files with 154 additions and 14 deletions

View File

@@ -24,6 +24,7 @@ public final class Config {
public DispatchServerOptions DispatchServer = new DispatchServerOptions();
public String Language = "en_us";
public Boolean OpenStamina = true;
public GameServerOptions getGameServerOptions() {
return GameServer;
}