Update ui.ts coment fix

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-01-16 21:34:30 -05:00 committed by GitHub
parent be6595006d
commit 81329cfde3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -277,7 +277,8 @@ export default class UI extends Phaser.GameObjects.Container {
return true;
}
/** Process a player input of a button (delivering it to the current UI handler for processing)
/**
* Process a player input of a button (delivering it to the current UI handler for processing)
* @param button The {@linkcode Button} being inputted
* @returns true if the input attempt succeeds
*/