修改一些jsdoc提示
This commit is contained in:
parent
cda9e7f063
commit
bcee3f1f23
|
@ -14026,22 +14026,22 @@ export class UI extends Uninstantable {
|
||||||
static touchlines = [];
|
static touchlines = [];
|
||||||
static todiscard = {};
|
static todiscard = {};
|
||||||
/**
|
/**
|
||||||
* @type {HTMLStyleElement[]}
|
* @type { HTMLStyleElement[] }
|
||||||
*/
|
*/
|
||||||
static playerPositions = [];
|
static playerPositions = [];
|
||||||
static create = Create;
|
static create = Create;
|
||||||
static click = Click;
|
static click = Click;
|
||||||
static selected = {
|
static selected = {
|
||||||
/**
|
/**
|
||||||
* @type { import('../library/index.js').Button[]}
|
* @type { Button[] }
|
||||||
*/
|
*/
|
||||||
buttons: [],
|
buttons: [],
|
||||||
/**
|
/**
|
||||||
* @type { import('../library/index.js').Card[]}
|
* @type { Card[] }
|
||||||
*/
|
*/
|
||||||
cards: [],
|
cards: [],
|
||||||
/**
|
/**
|
||||||
* @type { import('../library/index.js').Player[]}
|
* @type { Player[] }
|
||||||
*/
|
*/
|
||||||
targets: []
|
targets: []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue