Name clan manager buttons

This commit is contained in:
Vortrex
2022-09-29 11:09:11 -05:00
parent 01670a29fc
commit 1ad22b48d4

View File

@@ -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,
};
// ===========================================================================
// ===========================================================================
function initClanManagerGUI() {
}