[fix] Slot名稱錯誤
This commit is contained in:
parent
51cf8bd3d8
commit
5c96518b6b
@ -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"]; }
|
||||||
|
@ -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; }
|
||||||
|
@ -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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user