Remove unused usings from BaseBuilderBotModule

This commit is contained in:
abcdefg30
2020-02-27 23:59:44 +01:00
committed by atlimit8
parent d1f89c6217
commit 10dc248f07

View File

@@ -9,11 +9,9 @@
*/ */
#endregion #endregion
using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using OpenRA.Support;
using OpenRA.Traits; using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits namespace OpenRA.Mods.Common.Traits