LeviLamina
Loading...
Searching...
No Matches
AttachmentProperties.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::Cursor {
6
8public:
9 // member variables
10 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27};
28
29} // namespace Editor::Cursor
Definition AttachmentProperties.h:7
Definition Alias.h:14