From 332753ba2363e3477eb0435d20089d0c9ae4f4dd Mon Sep 17 00:00:00 2001 From: ikpil Date: Thu, 4 May 2023 00:29:56 +0900 Subject: [PATCH] remove using --- src/DotRecast.Detour.Crowd/ProximityGrid.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DotRecast.Detour.Crowd/ProximityGrid.cs b/src/DotRecast.Detour.Crowd/ProximityGrid.cs index 8a61875..1fb0b75 100644 --- a/src/DotRecast.Detour.Crowd/ProximityGrid.cs +++ b/src/DotRecast.Detour.Crowd/ProximityGrid.cs @@ -20,7 +20,6 @@ freely, subject to the following restrictions: using System; using System.Collections.Generic; -using System.ComponentModel.Design; using System.Linq; namespace DotRecast.Detour.Crowd