feat: add auto clean task

This commit is contained in:
Tsubasa6848
2024-01-05 11:01:51 +08:00
Unverified
parent f3d9fd39b5
commit 47579ff019
3 changed files with 9 additions and 2 deletions
+2
View File
@@ -5,7 +5,9 @@
extern ll::Logger logger;
extern void RegisterCommands();
extern void UnregisterCommands();
static std::shared_ptr<ll::schedule::task::Task<ll::chrono::GameTimeClock>> auto_clean_task;
namespace Cleaner {
extern void CleanTask();
extern void AutoCleanTask();
}