mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update comments.md
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
d93f4f6d9e
commit
01a0aaa525
@ -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
|
||||
...
|
||||
*/
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user