Custom Weather & Lightning target

This commit is contained in:
RyujinZX
2022-07-25 19:11:19 +03:00
parent 7fd48569b3
commit 38aa983539
8 changed files with 161 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <cheat/world/AutoFish.h>
#include <cheat/world/AutoCook.h>
#include <cheat/world/CustomWeather.h>
#include <cheat/visuals/NoFog.h>
#include <cheat/visuals/FPSUnlock.h>
@ -109,6 +110,8 @@ namespace cheat
FEAT_INST(AutoFish),
FEAT_INST(AutoCook),
FEAT_INST(CustomWeather),
FEAT_INST(NoFog),
FEAT_INST(FPSUnlock),
FEAT_INST(CameraZoom),