mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 12:16:13 +08:00
Update Options.hpp
This commit is contained in:
@ -688,6 +688,11 @@ public:
|
||||
OPTION(int, fullbright, 0);
|
||||
OPTION(bool, drawgray, 0);
|
||||
OPTION(bool, showlowresimage, 0);
|
||||
|
||||
OPTION(bool, bunnyhop, 0);
|
||||
OPTION(bool, slidewalk, 0);
|
||||
OPTION(bool, fastduck, 0);
|
||||
OPTION(int, changing_name, 0);
|
||||
};
|
||||
|
||||
inline Options g_Options;
|
||||
|
Reference in New Issue
Block a user