This commit is contained in:
Tsubasa6848
2023-03-04 19:17:53 +08:00
Unverified
parent f4d2df8c85
commit 6cb430109c
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -86,5 +86,4 @@ void PluginInit(){
RemoteCall::exportAs("Cleaner", "CleanMain", []() -> void { return CleanerMain(); });
RemoteCall::exportAs("Cleaner", "GetCurrentTPS", []() -> unsigned short { return Tick_per_second; });
RemoteCall::exportAs("Cleaner", "GetAverageTPS", []() -> float { return Tick_per_minute; });
RemoteCall::exportAs("Cleaner", "Despawn", [](Actor* entity) -> void { return Despawn(entity); });
}