diff --git a/scripts/client/gui/clanmgr.js b/scripts/client/gui/clanmgr.js index 7928a7be..05111540 100644 --- a/scripts/client/gui/clanmgr.js +++ b/scripts/client/gui/clanmgr.js @@ -10,12 +10,16 @@ let clanManager = { window: null, - generalTab: null, - ranksTab: null, - membersTab: null, - vehiclesTab: null, - businessesTab: null, - housesTab: null, + generalTabButton: null, + ranksTabButton: null, + membersTabButton: null, + vehiclesTabButton: null, + businessesTabButton: null, + housesTabButton: null, }; -// =========================================================================== \ No newline at end of file +// =========================================================================== + +function initClanManagerGUI() { + +} \ No newline at end of file