aboutsummaryrefslogtreecommitdiff
path: root/game/prefab/ZapperPoolScript.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 13:04:49 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 13:04:49 +0100
commit6d69c8ef6b663bd6716b441cc7d01164c7e33dfc (patch)
treecbf6d4a4d7f099ca662bed00edc627212511a99e /game/prefab/ZapperPoolScript.h
parent87ae4d186ad64531e96fd3e121112f2787894295 (diff)
more WIP zapperpool
Diffstat (limited to 'game/prefab/ZapperPoolScript.h')
-rw-r--r--game/prefab/ZapperPoolScript.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/game/prefab/ZapperPoolScript.h b/game/prefab/ZapperPoolScript.h
new file mode 100644
index 0000000..79f9a89
--- /dev/null
+++ b/game/prefab/ZapperPoolScript.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <crepe/api/Script.h>
+
+class ZapperPoolScript : public crepe::Script {
+
+};
+