[fix] Slot名稱錯誤

This commit is contained in:
建喵 2022-06-04 14:05:27 +08:00
parent 51cf8bd3d8
commit 5c96518b6b
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import SlotBase from "./Base/SlotBase"; import SlotBase from "./Base/SlotBase";
export default class Slot1 extends SlotBase { export default class Slot1201 extends SlotBase {
//#region public //#region public
public get FreeCount(): number { return +this.GameRunData["free"]; } public get FreeCount(): number { return +this.GameRunData["free"]; }

View File

@ -1,7 +1,7 @@
import SlotBase from "./Base/SlotBase"; import SlotBase from "./Base/SlotBase";
export default class Slot50 extends SlotBase { export default class Slot48 extends SlotBase {
//#region public //#region public
public get ID(): number { return 48; } public get ID(): number { return 48; }

View File

@ -1,7 +1,7 @@
import SlotBase from "./Base/SlotBase"; import SlotBase from "./Base/SlotBase";
export default class Slot50 extends SlotBase { export default class Slot62 extends SlotBase {
//#region public //#region public
public get ID(): number { return 62; } public get ID(): number { return 62; }