// Copyright © Gamesmiths Guild. using Godot; using Godot.Collections; namespace Gamesmiths.Forge.Godot.Core; [Tool] public partial class ForgeData : Resource { [Export] public Array RegisteredTags { get; set; } = []; }