修改一些jsdoc提示

This commit is contained in:
shijian 2024-01-11 16:36:26 +08:00
parent cda9e7f063
commit bcee3f1f23
1 changed files with 4 additions and 4 deletions

View File

@ -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: []
} }