diff --git a/EGFramework.csproj b/EGFramework.csproj index 07afd46..b16baa5 100644 --- a/EGFramework.csproj +++ b/EGFramework.csproj @@ -18,5 +18,6 @@ + \ No newline at end of file diff --git a/Example/UsingTest/Script/EGSaveTest.cs b/Example/UsingTest/Script/EGSaveTest.cs index a9d1274..fc3bc35 100644 --- a/Example/UsingTest/Script/EGSaveTest.cs +++ b/Example/UsingTest/Script/EGSaveTest.cs @@ -3,6 +3,7 @@ using System.Linq; using System.Threading.Tasks; using Godot; using LiteDB; +using Renci.SshNet; namespace EGFramework.Examples.Test{ public partial class EGSaveTest : Node,IEGFramework @@ -11,10 +12,23 @@ namespace EGFramework.Examples.Test{ public override void _Ready() { this.Label = this.GetNode