修改一些jsdoc提示
This commit is contained in:
parent
cda9e7f063
commit
bcee3f1f23
|
@ -14033,15 +14033,15 @@ export class UI extends Uninstantable {
|
||||||
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