Fix instances of `@default` to `@defaultValue`

This commit is contained in:
Sirz Benjie 2025-04-18 23:27:29 -05:00
parent 51944e3d1f
commit b002b59012
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ export default class BattleScene extends SceneBase {
* - `2` - Skip: No level up frame nor message.
*
* Modes `1` and `2` are still compatible with stats display, level up, new move, etc.
* @default 0 - Uses the default normal experience gain display.
* @defaultValue 0
*/
public expParty: ExpNotification = 0;
public hpBarSpeed = 0;