[add] Slot64
This commit is contained in:
parent
aafd91facd
commit
f978ffc29d
@ -29,6 +29,7 @@ export class AccountCreateRequest extends NetRequest<CreateResquest, CommonAccou
|
|||||||
interface LoginResquest {
|
interface LoginResquest {
|
||||||
p: number;
|
p: number;
|
||||||
device_info: string[];
|
device_info: string[];
|
||||||
|
d: string;
|
||||||
fcm_token: string;
|
fcm_token: string;
|
||||||
a: string;
|
a: string;
|
||||||
pw: string;
|
pw: string;
|
||||||
@ -48,6 +49,7 @@ export class AccountLoginRequest extends NetRequest<LoginResquest, LoginResponse
|
|||||||
this.Data = {
|
this.Data = {
|
||||||
p: Config.GetRunDevice(),
|
p: Config.GetRunDevice(),
|
||||||
device_info: ["Windows", "Windows"],
|
device_info: ["Windows", "Windows"],
|
||||||
|
d: "JianMiau",
|
||||||
fcm_token: "",
|
fcm_token: "",
|
||||||
a: account,
|
a: account,
|
||||||
pw: password,
|
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