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