diff options
Diffstat (limited to 'source/Game/EditorAttachment.hpp')
-rw-r--r-- | source/Game/EditorAttachment.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source/Game/EditorAttachment.hpp b/source/Game/EditorAttachment.hpp deleted file mode 100644 index 61b824b..0000000 --- a/source/Game/EditorAttachment.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once - -#include <string> - -class EditorAttachment { -public: - std::string name; - -public: - EditorAttachment(); - virtual ~EditorAttachment() = default; -}; |