remove using

This commit is contained in:
ikpil 2023-07-27 00:30:35 +09:00
parent 9381b5b8ff
commit afc1968d3d
1 changed files with 1 additions and 3 deletions

View File

@ -1,10 +1,8 @@
using System.Reflection.Metadata; using DotRecast.Core;
using DotRecast.Core;
using DotRecast.Recast.Demo.Draw; using DotRecast.Recast.Demo.Draw;
using DotRecast.Recast.DemoTool; using DotRecast.Recast.DemoTool;
using DotRecast.Recast.DemoTool.Tools; using DotRecast.Recast.DemoTool.Tools;
using ImGuiNET; using ImGuiNET;
using Silk.NET.Vulkan;
using static DotRecast.Recast.Demo.Draw.DebugDraw; using static DotRecast.Recast.Demo.Draw.DebugDraw;
using static DotRecast.Recast.Demo.Draw.DebugDrawPrimitives; using static DotRecast.Recast.Demo.Draw.DebugDrawPrimitives;