[add] Slot64
This commit is contained in:
parent
aafd91facd
commit
f978ffc29d
@ -29,6 +29,7 @@ export class AccountCreateRequest extends NetRequest<CreateResquest, CommonAccou
|
||||
interface LoginResquest {
|
||||
p: number;
|
||||
device_info: string[];
|
||||
d: string;
|
||||
fcm_token: string;
|
||||
a: string;
|
||||
pw: string;
|
||||
@ -48,6 +49,7 @@ export class AccountLoginRequest extends NetRequest<LoginResquest, LoginResponse
|
||||
this.Data = {
|
||||
p: Config.GetRunDevice(),
|
||||
device_info: ["Windows", "Windows"],
|
||||
d: "JianMiau",
|
||||
fcm_token: "",
|
||||
a: account,
|
||||
pw: password,
|
||||
|
13
src/script/Common/Game/Slot64.ts
Normal file
13
src/script/Common/Game/Slot64.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import SlotBase from "./Base/SlotBase";
|
||||
|
||||
|
||||
export class Slot64 extends SlotBase {
|
||||
//#region public
|
||||
|
||||
public get ID(): number { return 64; }
|
||||
public get HasRetriggerFreeSpin(): boolean { return true; }
|
||||
|
||||
//#endregion
|
||||
}
|
||||
|
||||
export default Slot64;
|
Loading…
x
Reference in New Issue
Block a user