From 9b62640044e42780a20d28ffe3fd395b6c68f09e Mon Sep 17 00:00:00 2001 From: LouisLiu <35774374+CNLouisLiu@users.noreply.github.com> Date: Thu, 16 Jun 2022 00:49:13 +0800 Subject: [PATCH] Delete FakeTime.h --- cheat-library/FakeTime.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 cheat-library/FakeTime.h diff --git a/cheat-library/FakeTime.h b/cheat-library/FakeTime.h deleted file mode 100644 index d255681..0000000 --- a/cheat-library/FakeTime.h +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once -namespace cheat::feature -{ - - class FakeTime : public Feature - { - public: - config::Field> 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(); - }; -} \ No newline at end of file