From d9f862993073dbb3ad8de1f3a96bea89965b2652 Mon Sep 17 00:00:00 2001 From: ikpil Date: Wed, 31 May 2023 22:22:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=88=EC=93=B0=EB=8A=94=20=EC=B0=B8?= =?UTF-8?q?=EC=A1=B0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DotRecast.Detour/NavMesh.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DotRecast.Detour/NavMesh.cs b/src/DotRecast.Detour/NavMesh.cs index 2f1fa8a..c2dfa59 100644 --- a/src/DotRecast.Detour/NavMesh.cs +++ b/src/DotRecast.Detour/NavMesh.cs @@ -21,8 +21,6 @@ freely, subject to the following restrictions: using System; using System.Collections.Generic; using System.Collections.Immutable; -using System.Numerics; -using System.Runtime.InteropServices.ComTypes; using DotRecast.Core; using DotRecast.Detour.QueryResults;