#ifndef DUNGEON_ROOM_DATA_H #define DUNGEON_ROOM_DATA_H #include "core/resource.h" #include "core/ustring.h" #include "core/script_language.h" #include "../main/dungeon_room.h" #include "world_generator_prop_data.h" #include "../../world/environment_data.h" #include "../../../entity_spell_system/entities/data/entity_data.h" #include "../../library/voxel_surface.h" class DungeonRoomData : public Resource { GDCLASS(DungeonRoomData, Resource); public: String get_target_class_name(); void set_target_class_name(String name); Ref