Update 2.7

Add Profile Changer
Skip Cutscene (Video Movie)
This commit is contained in:
RyujinZX
2022-06-08 07:52:24 +03:00
parent e8f97ef3a5
commit 50d1cec7f0
11 changed files with 622 additions and 81 deletions

View File

@ -42,6 +42,7 @@
#include <cheat/visuals/FPSUnlock.h>
#include <cheat/visuals/CameraZoom.h>
#include <cheat/visuals/ShowChestIndicator.h>
#include <cheat/visuals/ProfileChanger.h>
#include "GenshinCM.h"
@ -95,7 +96,8 @@ namespace cheat
FEAT_INST(NoFog),
FEAT_INST(FPSUnlock),
FEAT_INST(CameraZoom),
FEAT_INST(ChestIndicator)
FEAT_INST(ChestIndicator),
FEAT_INST(ProfileChanger)
});
#undef FEAT_INST