#pragma once #include #include #include "src/Scene/Entities/Entity.h" namespace Nuake { class PrefabComponent { public: Ref PrefabInstance; }; }