mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
6 lines
147 B
C++
6 lines
147 B
C++
#include "backend/bool_command.hpp"
|
|
|
|
namespace big
|
|
{
|
|
bool_command g_super_jump("superjump", "SUPER_JUMP", "SUPER_JUMP_DESC", g.self.super_jump);
|
|
} |