diff options
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; |