feat(Tabs): Added TabVehicle

This commit is contained in:
Yimura
2021-05-19 18:11:19 +02:00
parent 7b9ccba06f
commit c157e88af0
3 changed files with 41 additions and 0 deletions

View File

@ -8,6 +8,7 @@ namespace big
public:
static void tab_self();
static void tab_spawn();
static void tab_vehicle();
static void tab_weapons();
};
}