From 42bc8af6f45fd970aba6303fae9566b1787fa77a Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:13:19 +0300 Subject: [PATCH] Add decorators to typedef --- public/scripts/world-info.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index a72d693f7..1facd2c1c 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -124,6 +124,7 @@ const KNOWN_DECORATORS = ['@@activate', '@@dont_activate']; * @property {number} [sticky] The sticky value of the entry * @property {number} [cooldown] The cooldown of the entry * @property {number} [delay] The delay of the entry + * @property {string[]} [decorators] Array of decorators for the entry */ /**