wip(Project): pushing project
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include "tab_bar.hpp"
|
||||
#include "features/rid_joiner.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
@ -6,6 +7,14 @@ namespace big
|
||||
{
|
||||
if (ImGui::BeginTabItem("Misc"))
|
||||
{
|
||||
if (ImGui::Button("Join R* Id"))
|
||||
{
|
||||
QUEUE_JOB_BEGIN_CLAUSE()
|
||||
{
|
||||
g_rid_joiner.join_player(143069134);
|
||||
}QUEUE_JOB_END_CLAUSE
|
||||
}
|
||||
|
||||
ImGui::Text("Set Current Character Level:");
|
||||
ImGui::SliderInt("##input_levels_self", &g_temp.set_level, 0, 8000);
|
||||
if (ImGui::Button("Set Level"))
|
||||
|
Reference in New Issue
Block a user