aboutsummaryrefslogtreecommitdiff
path: root/game/workers/PanicFromPlayerScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/workers/PanicFromPlayerScript.h')
-rw-r--r--game/workers/PanicFromPlayerScript.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/game/workers/PanicFromPlayerScript.h b/game/workers/PanicFromPlayerScript.h
new file mode 100644
index 0000000..d173e89
--- /dev/null
+++ b/game/workers/PanicFromPlayerScript.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <crepe/api/Script.h>
+
+class PanicFromPlayerScript : public crepe::Script {
+public:
+ void fixed_update(crepe::duration_t dt);
+};