From 7126db6e1d97b7ede4cc929abfdeadd360e4cb74 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 6 Jan 2025 11:58:27 +0100 Subject: WIP --- game/prefab/ZapperScript.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 game/prefab/ZapperScript.h (limited to 'game/prefab/ZapperScript.h') diff --git a/game/prefab/ZapperScript.h b/game/prefab/ZapperScript.h deleted file mode 100644 index b090c8d..0000000 --- a/game/prefab/ZapperScript.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include - -#include "ZapperObject.h" - -class ZapperScript : public crepe::Script { -public: - ZapperScript(const ZapperObject & zapper); - -protected: - void init(); - void frame_update(crepe::duration_t delta_time); - -protected: - ZapperObject zapper; -}; -- cgit v1.2.3