111
This commit is contained in:
12
OfficialProject/设置服务器等级上限/设置服务器等级上限.nut
Normal file
12
OfficialProject/设置服务器等级上限/设置服务器等级上限.nut
Normal file
@@ -0,0 +1,12 @@
|
||||
function _Dps_SetGameMaxLevel_Logic_() {
|
||||
local Config = GlobalConfig.Get("设置服务器等级上限_Lenheart.json");
|
||||
GameManager.SetGameMaxLevel(Config["等级上限"]);
|
||||
}
|
||||
|
||||
function _Dps_SetGameMaxLevel_Main_() {
|
||||
_Dps_SetGameMaxLevel_Logic_();
|
||||
}
|
||||
|
||||
function _Dps_SetGameMaxLevel_Main_Reload() {
|
||||
_Dps_SetGameMaxLevel_Logic_();
|
||||
}
|
||||
Reference in New Issue
Block a user