mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-19 20:16:01 +08:00
Delete FakeTime.h
This commit is contained in:
@ -1,19 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
namespace cheat::feature
|
|
||||||
{
|
|
||||||
|
|
||||||
class FakeTime : public Feature
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
config::Field<config::Toggle<Hotkey>> f_Enabled;
|
|
||||||
static FakeTime& GetInstance();
|
|
||||||
const FeatureGUIInfo& GetGUIInfo() const override;
|
|
||||||
void DrawMain() override;
|
|
||||||
virtual bool NeedStatusDraw() const override;
|
|
||||||
void DrawStatus() override;
|
|
||||||
void OnGameUpdate();
|
|
||||||
private:
|
|
||||||
static void LevelTimeManager_SetInternalTimeOfDay_Hook(void* __this, float inHours, bool force, bool refreshEnviroTime, MethodInfo* method);
|
|
||||||
FakeTime();
|
|
||||||
};
|
|
||||||
}
|
|
Reference in New Issue
Block a user