#pragma once #include class EditorAttachment { public: std::string name; public: EditorAttachment(); virtual ~EditorAttachment() = default; };