From c3ae100197b782f0f5c28b2280d5fbf8a7cf82ef Mon Sep 17 00:00:00 2001 From: lightyears Date: Tue, 21 Feb 2023 11:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0/=E7=A7=BB=E9=99=A4=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GlobalUsings.cs | 1 + Models/GodotPath.cs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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