[add] Slot66
This commit is contained in:
parent
f978ffc29d
commit
c60f939f91
@ -1,6 +1,10 @@
|
|||||||
export * from "../Slot1";
|
export * from "../Slot1";
|
||||||
export * from "../Slot1201";
|
export * from "../Slot1201";
|
||||||
|
export * from "../Slot32";
|
||||||
|
export * from "../Slot34";
|
||||||
export * from "../Slot48";
|
export * from "../Slot48";
|
||||||
export * from "../Slot50";
|
export * from "../Slot50";
|
||||||
export * from "../Slot62";
|
export * from "../Slot62";
|
||||||
|
export * from "../Slot64";
|
||||||
|
export * from "../Slot66";
|
||||||
export * from "./SlotBase";
|
export * from "./SlotBase";
|
||||||
|
13
src/script/Common/Game/Slot66.ts
Normal file
13
src/script/Common/Game/Slot66.ts
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
import SlotBase from "./Base/SlotBase";
|
||||||
|
|
||||||
|
|
||||||
|
export class Slot66 extends SlotBase {
|
||||||
|
//#region public
|
||||||
|
|
||||||
|
public get ID(): number { return 66; }
|
||||||
|
public get HasRetriggerFreeSpin(): boolean { return true; }
|
||||||
|
|
||||||
|
//#endregion
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Slot66;
|
Loading…
x
Reference in New Issue
Block a user