diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-06 11:58:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-06 11:58:27 +0100 |
commit | 7126db6e1d97b7ede4cc929abfdeadd360e4cb74 (patch) | |
tree | b93d87321025b3730ef5534033a3a790abf41138 /game/prefab/ZapperObject.h | |
parent | d4f443070017c5c2e6a938bf4d0a86b70ae6beaa (diff) |
WIP
Diffstat (limited to 'game/prefab/ZapperObject.h')
-rw-r--r-- | game/prefab/ZapperObject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/prefab/ZapperObject.h b/game/prefab/ZapperObject.h index 151e368..cc2d37c 100644 --- a/game/prefab/ZapperObject.h +++ b/game/prefab/ZapperObject.h @@ -1,7 +1,6 @@ #pragma once #include <crepe/api/Animator.h> -#include <crepe/api/BehaviorScript.h> #include <crepe/api/BoxCollider.h> #include <crepe/api/GameObject.h> #include <crepe/api/Rigidbody.h> @@ -29,7 +28,6 @@ public: // crepe::Rigidbody & body; // crepe::BoxCollider & collider; - crepe::BehaviorScript & controller; private: static constexpr int SCALE = 60; |