From 10dc248f07bcf3543d26f23dc6219a8e63c205c7 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 27 Feb 2020 23:59:44 +0100 Subject: [PATCH] Remove unused usings from BaseBuilderBotModule --- OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs b/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs index 0c4fb16ac6..5934cf61a0 100644 --- a/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs +++ b/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs @@ -9,11 +9,9 @@ */ #endregion -using System; using System.Collections; using System.Collections.Generic; using System.Linq; -using OpenRA.Support; using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits