Update comments.md

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-20 14:06:11 -04:00 committed by GitHub
parent d93f4f6d9e
commit 01a0aaa525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,9 +52,10 @@ While other classes should be fully documented, Abilities and Moves heavily inco
```ts
/**
...
* @param args - [0] {@linkcode NumberHolder} of arenaAttackTypeMultiplier;
* [1] {@linkcode BooleanHolder} of cancelled
* [2] {@linkcode BooleanHolder} of rWeDoneYet
* @param args -
* - `[0]` {@linkcode NumberHolder} `paramA` - paramA description here
* - `[1]` {@linkcode BooleanHolder} `paramB` - paramB description here
* - `[2]` {@linkcode BooleanHolder} `paramC` - paramC description here
...
*/
```