using Godot; using System; [GlobalClass] public partial class PlantResource : Resource { [Export] public int Cost; [Export] public PackedScene Scene; [Export] public float ReloadTime; [Export] public float StartReloadTime; [Export] public Texture Preview; }