Add free camera

This commit is contained in:
portra400nc
2022-07-08 20:01:53 +08:00
parent 168775b0ee
commit 49f5909031
6 changed files with 321 additions and 1 deletions

View File

@ -52,6 +52,7 @@
#include <cheat/visuals/Browser.h>
#include <cheat/visuals/EnablePeaking.h>
#include <cheat/visuals/TextureChanger.h>
#include <cheat/visuals/FreeCamera.h>
#include "GenshinCM.h"
@ -116,7 +117,8 @@ namespace cheat
FEAT_INST(HideUI),
FEAT_INST(Browser),
FEAT_INST(EnablePeaking),
FEAT_INST(TextureChanger)
FEAT_INST(TextureChanger),
FEAT_INST(FreeCamera)
});
#undef FEAT_INST