public partial class Item : StaticBody3D { [Export] public Vector3I Size { get; set; } public virtual Node3D Model => GetNode("Model"); }