Rename and clean up MapleGachapon and subclasses

This commit is contained in:
P0nk
2021-09-09 23:02:22 +02:00
parent 09caabba73
commit 8162d0aacd
5 changed files with 173 additions and 174 deletions

View File

@@ -27,9 +27,9 @@ var status;
var gachaMessages;
function start() {
const MapleGachapon = Java.type('server.gachapon.MapleGachapon');
gachaMessages = MapleGachapon.Gachapon.getLootInfo();
gachas = MapleGachapon.Gachapon.values();
const Gachapon = Java.type('server.gachapon.Gachapon');
gachaMessages = Gachapon.GachaponType.getLootInfo();
gachas = Gachapon.GachaponType.values();
status = -1;
action(1, 0, 0);