diff --git a/Assets/Scripts/Actions/ActionHelper.cs b/Assets/Scripts/Actions/ActionHelper.cs index b2d84b44..cd8a99f4 100644 --- a/Assets/Scripts/Actions/ActionHelper.cs +++ b/Assets/Scripts/Actions/ActionHelper.cs @@ -1,11 +1,8 @@ using QFramework; using QFramework.Example; using System; -using System.Collections; using System.Collections.Generic; -using Unity.Burst.CompilerServices; using UnityEngine; -using XMLTool; public class ActionHelper diff --git a/Assets/Scripts/Actions/LoadResAction.cs b/Assets/Scripts/Actions/LoadResAction.cs index 6abbe2e9..cb6df41a 100644 --- a/Assets/Scripts/Actions/LoadResAction.cs +++ b/Assets/Scripts/Actions/LoadResAction.cs @@ -1,5 +1,4 @@ using System; -using System.Data.SqlTypes; using System.Xml.Linq; using UnityEngine; using XMLTool; diff --git a/Assets/Scripts/Xml/XmlParser.cs b/Assets/Scripts/Xml/XmlParser.cs index 138ab976..c92586d0 100644 --- a/Assets/Scripts/Xml/XmlParser.cs +++ b/Assets/Scripts/Xml/XmlParser.cs @@ -1,13 +1,6 @@ -using MoonSharp.Interpreter.CoreLib; -using QFramework; -using System; using System.Collections.Generic; using System.Linq; -using System.Net.Configuration; -using System.Xml; using System.Xml.Linq; -using UnityEngine; -using UnityEngine.Assertions.Must; namespace XMLTool { public class AppData