[WIP] Animation Changer

This commit is contained in:
Joaquin
2022-07-30 00:21:02 -06:00
parent 30fec1e193
commit 2f433fd4e9
6 changed files with 339 additions and 1 deletions

View File

@ -55,6 +55,7 @@
#include <cheat/visuals/EnablePeeking.h>
#include <cheat/visuals/TextureChanger.h>
#include <cheat/visuals/FreeCamera.h>
#include <cheat/visuals/AnimationChanger.h>
#include "GenshinCM.h"
@ -122,7 +123,8 @@ namespace cheat
FEAT_INST(Browser),
FEAT_INST(EnablePeeking),
FEAT_INST(TextureChanger),
FEAT_INST(FreeCamera)
FEAT_INST(FreeCamera),
FEAT_INST(AnimationChanger)
});
#undef FEAT_INST