using Godot; using Godot.Collections; namespace CSharpLdtkImporter; [Tool] [GlobalClass] public partial class LdtkEntityMap : Resource { [Export] public Dictionary EntitySceneMap { get; set; } = new(); }