Start working on clan manager GUI

This commit is contained in:
Vortrex
2022-01-09 05:31:57 -06:00
parent 66a07a0a21
commit 029fdb7a49

View File

@@ -6,3 +6,13 @@
// DESC: Provides clan manager GUI
// TYPE: Client (JavaScript)
// ===========================================================================
let clanManager = {
window: null,
generalTab: null,
ranksTab: null,
membersTab: null,
vehiclesTab: null,
businessesTab: null,
housesTab: null,
};