We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dd0eb commit 550b5d6Copy full SHA for 550b5d6
1 file changed
Assets/Scripts/OpenTS2/Diagnostic/CheatSystem.cs
@@ -1,10 +1,10 @@
1
-using System;
+using OpenTS2.Engine;
2
+using System;
3
using System.Collections.Generic;
4
using System.Linq;
5
using System.Reflection;
6
using System.Text;
7
using System.Threading.Tasks;
-using OpenTS2.Engine;
8
using UnityEngine;
9
10
namespace OpenTS2.Diagnostic
@@ -96,4 +96,4 @@ public static IConsoleProperty GetProperty(string name)
96
return PropertiesByName[nameParsed];
97
}
98
99
-}
+}
0 commit comments