[add] Slot66

This commit is contained in:
建喵 2022-08-12 12:17:20 +08:00
parent f978ffc29d
commit c60f939f91
2 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,10 @@
export * from "../Slot1";
export * from "../Slot1201";
export * from "../Slot32";
export * from "../Slot34";
export * from "../Slot48";
export * from "../Slot50";
export * from "../Slot62";
export * from "../Slot64";
export * from "../Slot66";
export * from "./SlotBase";

View 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;