mirror of
https://gitlab.com/voidframe/voidframe-cpp.git
synced 2026-06-28 18:15:16 -04:00
Add a barebones Entity::Update()
This commit is contained in:
@@ -1 +1,7 @@
|
||||
#include "../include/entity.h"
|
||||
|
||||
void Entity::Update() {
|
||||
for (auto &comp : components) {
|
||||
comp.get()->Update();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user