Add missing GDClass macro.

This commit is contained in:
Relintai 2024-03-07 22:55:46 +01:00
parent ffb4c9eef7
commit 564469a118

View File

@ -52,6 +52,8 @@
class LayeredTileMapLayerEditor;
class LayeredTileMapLayerSubEditorPlugin : public Object {
GDCLASS(LayeredTileMapLayerSubEditorPlugin, Object);
protected:
ObjectID edited_tile_map_layer_id;
LayeredTileMapLayer *_get_edited_layer() const;