[mod]
This commit is contained in:
13
src/script/Common/Game/Slot32.ts
Normal file
13
src/script/Common/Game/Slot32.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import SlotBase from "./Base/SlotBase";
|
||||
|
||||
|
||||
export class Slot32 extends SlotBase {
|
||||
//#region public
|
||||
|
||||
public get ID(): number { return 32; }
|
||||
public get HasRetriggerFreeSpin(): boolean { return true; }
|
||||
|
||||
//#endregion
|
||||
}
|
||||
|
||||
export default Slot32;
|
13
src/script/Common/Game/Slot34.ts
Normal file
13
src/script/Common/Game/Slot34.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import SlotBase from "./Base/SlotBase";
|
||||
|
||||
|
||||
export class Slot34 extends SlotBase {
|
||||
//#region public
|
||||
|
||||
public get ID(): number { return 34; }
|
||||
public get HasRetriggerFreeSpin(): boolean { return true; }
|
||||
|
||||
//#endregion
|
||||
}
|
||||
|
||||
export default Slot34;
|
Reference in New Issue
Block a user