Add decorators to typedef

42bc8af6f45fd970aba6303fae9566b1787fa77a

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/scripts/world-info.js+1 -0
@@ -124,6 +124,7 @@ const KNOWN_DECORATORS = ['@@activate', '@@dont_activate'];
124 * @property {number} [sticky] The sticky value of the entry124 * @property {number} [sticky] The sticky value of the entry
125 * @property {number} [cooldown] The cooldown of the entry125 * @property {number} [cooldown] The cooldown of the entry
126 * @property {number} [delay] The delay of the entry126 * @property {number} [delay] The delay of the entry
127 * @property {string[]} [decorators] Array of decorators for the entry
127 */128 */
128129
129/**130/**