Class: MujianSdk

index.MujianSdk

Table of contents

Properties

Accessors

Methods

Properties

ai

ai: any

ai

Description

AI


game

game: Object

Type declaration

NameType
assets() => void
ranking() => void
saves{ loadGame: (...args: []) => Promise<void> ; saveGame: (...args: []) => Promise<void> }
saves.loadGame(...args: []) => Promise<void>
saves.saveGame(...args: []) => Promise<void>

hybrid

hybrid: Object = {}


player

player: Object = {}


ui

ui: Object = {}


util

util: Object

Type declaration

NameType
cn() => void

EVENT

Static EVENT: typeof EVENT = EVENT

事件

Accessors

isReady

get isReady(): boolean

是否初始化

Returns

boolean

Methods

init

init(): Promise<void>

初始化

Returns

Promise<void>