diff --git a/scripts/client/gui/clanmgr.js b/scripts/client/gui/clanmgr.js index 7355ba95..54d33359 100644 --- a/scripts/client/gui/clanmgr.js +++ b/scripts/client/gui/clanmgr.js @@ -5,4 +5,14 @@ // FILE: clanmgr.js // DESC: Provides clan manager GUI // TYPE: Client (JavaScript) -// =========================================================================== \ No newline at end of file +// =========================================================================== + +let clanManager = { + window: null, + generalTab: null, + ranksTab: null, + membersTab: null, + vehiclesTab: null, + businessesTab: null, + housesTab: null, +}; \ No newline at end of file