mirror of
https://gitlab.com/voidframe/voidframe-cpp.git
synced 2026-06-28 18:15:16 -04:00
Cleanup component.h
This commit is contained in:
@@ -5,11 +5,7 @@ class Entity;
|
||||
|
||||
class Component {
|
||||
public:
|
||||
virtual void Init();
|
||||
virtual void Draw();
|
||||
virtual void Update();
|
||||
virtual void FixedUpdate();
|
||||
virtual void Destroy();
|
||||
|
||||
private:
|
||||
Entity *owner;
|
||||
|
||||
Reference in New Issue
Block a user