#include "Component.h" #include "EngineFrame/Actor/Actor.h" void Component::Init() { addTag(Tag::COMPONENT); }