Skip to content

Commit

Permalink
chore: adds registered type
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoD committed Jan 24, 2024
1 parent 03b752b commit 279a14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/register_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include "editor_plugin/ggs_editor_plugin.h"
#include "editor_plugin/main_scene/ggs_main_scene.h"
#include "editor_plugin/main_scene/attribute/ggs_attribute_main_scene.h"
#include "editor_plugin/main_scene/item/ggs_equipment_slot_scene.h"
#include "editor_plugin/main_scene/item/ggs_item_main_scene.h"
#include "editor_plugin/main_scene/tag/ggs_tag_dictionary_item.h"
#include "editor_plugin/main_scene/tag/ggs_tag_main_scene.h"
Expand Down Expand Up @@ -109,6 +110,7 @@ void initialize_ggs_module(ModuleInitializationLevel p_level)
ClassDB::register_internal_class<ggs::editor_plugin::AttributeContainerInspector>();
ClassDB::register_internal_class<ggs::editor_plugin::AttributeContainerInspectorEditor>();
ClassDB::register_internal_class<ggs::editor_plugin::AttributeMainScene>();
ClassDB::register_internal_class<ggs::editor_plugin::EquipmentSlotScene>();
ClassDB::register_internal_class<ggs::editor_plugin::GGSEditorPlugin>();
ClassDB::register_internal_class<ggs::editor_plugin::ItemMainScene>();
ClassDB::register_internal_class<ggs::editor_plugin::MainScene>();
Expand Down

0 comments on commit 279a14e

Please sign in to comment.