using import

This commit is contained in:
ikpil 2023-09-02 17:26:52 +09:00
parent f551bd8a35
commit 3f3124095e
7 changed files with 2 additions and 10 deletions

View File

@ -19,9 +19,9 @@ freely, subject to the following restrictions:
*/
using System;
using Silk.NET.OpenGL;
using DotRecast.Core;
using DotRecast.Recast.Toolset.Builder;
using Silk.NET.OpenGL;
namespace DotRecast.Recast.Demo.Draw;

View File

@ -18,7 +18,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source distribution.
*/
using System.Collections.Immutable;
using DotRecast.Core;
namespace DotRecast.Recast.Demo.Draw;

View File

@ -18,7 +18,6 @@ freely, subject to the following restrictions:
using System;
using DotRecast.Core;
using Silk.NET.OpenGL;
namespace DotRecast.Recast.Demo.Draw;

View File

@ -1,5 +1,4 @@
using DotRecast.Core;
using Silk.NET.OpenGL;
namespace DotRecast.Recast.Demo.Draw;

View File

@ -1,8 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using DotRecast.Core;
using Silk.NET.OpenGL;
using DotRecast.Core;
namespace DotRecast.Recast.Demo.Draw;

View File

@ -19,13 +19,10 @@ freely, subject to the following restrictions:
*/
using System.Collections.Generic;
using System.Diagnostics.Tracing;
using DotRecast.Core;
using DotRecast.Detour;
using DotRecast.Recast.Toolset.Builder;
using DotRecast.Recast.Toolset.Geom;
using DotRecast.Recast.Demo.UI;
using DotRecast.Recast.Toolset;
namespace DotRecast.Recast.Demo.Draw;

View File

@ -20,7 +20,6 @@ freely, subject to the following restrictions:
using System;
using System.Collections.Generic;
using System.Numerics;
using DotRecast.Core;
using DotRecast.Detour;
using DotRecast.Recast.Toolset.Builder;