feat: interior weapon (#974)

This commit is contained in:
Aure7138
2023-02-11 05:46:40 +08:00
committed by GitHub
parent 37199eaefa
commit 77e9c9e884
4 changed files with 49 additions and 1 deletions

View File

@ -17,6 +17,7 @@ namespace big
components::command_checkbox<"infammo">();
components::command_checkbox<"infclip">();
ImGui::Checkbox("Interior Weapon", &g.weapons.interior_weapon);
ImGui::EndGroup();
ImGui::SameLine();