using Godot; namespace CryptonymThunder.Code.Resources; [GlobalClass] public partial class EquipmentComponentResource : Resource { [Export] public Godot.Collections.Array StartingWeapons { get; set; } = []; }