More JSDoc
This commit is contained in:
@@ -23,11 +23,15 @@ class ClanData {
|
||||
this.colour = COLOUR_WHITE;
|
||||
this.colours = [];
|
||||
this.initialRank = 0;
|
||||
this.members = [];
|
||||
this.ranks = [];
|
||||
this.needsSaved = false;
|
||||
this.motd = false;
|
||||
|
||||
/** @type {Array.<ClanMemberData>} */
|
||||
this.members = [];
|
||||
|
||||
/** @type {Array.<ClanRankData>} */
|
||||
this.ranks = [];
|
||||
|
||||
if (dbAssoc) {
|
||||
this.databaseId = toInteger(dbAssoc["clan_id"]);
|
||||
this.name = dbAssoc["clan_name"];
|
||||
|
||||
Reference in New Issue
Block a user