using Godot; using Attribute = GameCore.Attributes.Attribute; namespace CryptonymThunder.Code.Resources; [GlobalClass] public partial class AttributeComponentResource : Resource { [Export] public Godot.Collections.Dictionary BaseValues { get; set; } = new(); }