using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Godot; using LiteDB; namespace EGFramework.Examples.Test{ public partial class EGSaveTest : Node,IEGFramework { public Label Label { set; get; } public override void _Ready() { this.Label = this.GetNode