From 6d69c8ef6b663bd6716b441cc7d01164c7e33dfc Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 7 Jan 2025 13:04:49 +0100 Subject: more WIP zapperpool --- game/prefab/ZapperPoolScript.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 game/prefab/ZapperPoolScript.h (limited to 'game/prefab/ZapperPoolScript.h') 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 + +class ZapperPoolScript : public crepe::Script { + +}; + -- cgit v1.2.3