using Godot.Collections; namespace Learn.Models; public class Item { public Dictionary MainInfo { get; set; } = new(); public Dictionary Info { get; set; } = new(); }