From 9c937b76fb7df92dceabb3c117604439439f25a5 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 2 Jul 2022 23:31:22 -0500 Subject: [PATCH] Add JSDoc info --- scripts/server/clan.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/server/clan.js b/scripts/server/clan.js index 8f64a4a1..013173a1 100644 --- a/scripts/server/clan.js +++ b/scripts/server/clan.js @@ -9,6 +9,8 @@ /** * @class Representing a clan's data. Loaded and saved in the database + * @property {Array.} ranks + * @property {Array.} members */ class ClanData { constructor(dbAssoc = false) {