using Godot; [GlobalClass] public partial class CsvIndex : Resource { [Export] public Godot.Collections.Array Ids { get; set; } = new(); [Export] public Godot.Collections.Array Paths { get; set; } = new(); }