diff --git a/GlobalUsings.cs b/GlobalUsings.cs index 644b8a7..2516474 100644 --- a/GlobalUsings.cs +++ b/GlobalUsings.cs @@ -1,2 +1,3 @@ global using System; +global using System.Linq; global using Godot; diff --git a/Models/GodotPath.cs b/Models/GodotPath.cs index 8716631..e2169aa 100644 --- a/Models/GodotPath.cs +++ b/Models/GodotPath.cs @@ -1,5 +1,3 @@ -using System.Runtime.CompilerServices; - namespace CMSGame { public class GodotPath