保存标准
This commit is contained in:
15
Main.nut
Normal file
15
Main.nut
Normal file
@@ -0,0 +1,15 @@
|
||||
function sqr_main() {
|
||||
GameManager.OpenHotFix("/dp_s/OfficialConfig");
|
||||
GameManager.OpenHotFix("/dp_s/_DPS_/_Core");
|
||||
GameManager.OpenHotFix("/dp_s/MyProject");
|
||||
// GameManager.SetGameMaxLevel(70);
|
||||
// Cb_History_MileageSet_Func["TW_reach_game_world"] <- function(SUser, Data) {
|
||||
// //第一次上线
|
||||
// if (SUser.GetCharacLevel() > 70) {
|
||||
// SUser.SetCharacLevel(70);
|
||||
// SUser.SendItemSpace(0);
|
||||
// SUser.SendItemSpace(1);
|
||||
// SUser.SendItemSpace(7);
|
||||
// }
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user