mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-20 20:46:00 +08:00
Merge branch 'master' into faketime
This commit is contained in:
@ -38,11 +38,17 @@
|
||||
|
||||
#include <cheat/world/AutoFish.h>
|
||||
#include <cheat/world/AutoCook.h>
|
||||
#include <cheat/world/MusicEvent.h>
|
||||
|
||||
#include <cheat/visuals/NoFog.h>
|
||||
#include <cheat/visuals/FPSUnlock.h>
|
||||
#include <cheat/visuals/CameraZoom.h>
|
||||
#include <cheat/visuals/ShowChestIndicator.h>
|
||||
#include <cheat/visuals/ProfileChanger.h>
|
||||
#include <cheat/visuals/PaimonFollow.h>
|
||||
#include <cheat/visuals/HideUI.h>
|
||||
#include <cheat/visuals/Browser.h>
|
||||
#include <cheat/visuals/EnablePeaking.h>
|
||||
|
||||
#include "GenshinCM.h"
|
||||
|
||||
@ -93,12 +99,18 @@ namespace cheat
|
||||
|
||||
FEAT_INST(AutoFish),
|
||||
FEAT_INST(AutoCook),
|
||||
FEAT_INST(MusicEvent),
|
||||
|
||||
FEAT_INST(NoFog),
|
||||
FEAT_INST(FPSUnlock),
|
||||
FEAT_INST(CameraZoom),
|
||||
FEAT_INST(ChestIndicator)
|
||||
|
||||
FEAT_INST(ChestIndicator),
|
||||
FEAT_INST(ProfileChanger),
|
||||
FEAT_INST(PaimonFollow),
|
||||
FEAT_INST(HideUI),
|
||||
FEAT_INST(Browser),
|
||||
FEAT_INST(EnablePeaking)
|
||||
|
||||
});
|
||||
#undef FEAT_INST
|
||||
|
||||
|
Reference in New Issue
Block a user