aboutsummaryrefslogtreecommitdiff
path: root/game/workers/PanicFromPlayer.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-07 14:42:11 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-07 14:42:11 +0100
commitf31bd86ae5d7df21b788a273d4f2e530136ec184 (patch)
treec4ef3a0f89174bb7114889d666e382b6aaddfbfa /game/workers/PanicFromPlayer.h
parent8e537f4779a4bfdcd48d9387ed8a058df210b272 (diff)
Added Script suffix
Diffstat (limited to 'game/workers/PanicFromPlayer.h')
-rw-r--r--game/workers/PanicFromPlayer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/game/workers/PanicFromPlayer.h b/game/workers/PanicFromPlayer.h
deleted file mode 100644
index 804df5c..0000000
--- a/game/workers/PanicFromPlayer.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include <crepe/api/Script.h>
-
-class PanicFromPlayer : public crepe::Script {
-public:
- void fixed_update(crepe::duration_t dt);
-};