Remove some unused usings

This commit is contained in:
reaperrr
2016-10-31 21:12:41 +01:00
parent ad6ea52bff
commit 03fd591a00
5 changed files with 0 additions and 10 deletions

View File

@@ -9,8 +9,6 @@
*/ */
#endregion #endregion
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits namespace OpenRA.Mods.Common.Traits
{ {
[Desc("The firepower of this actor is multiplied based on upgrade level if specified.")] [Desc("The firepower of this actor is multiplied based on upgrade level if specified.")]

View File

@@ -9,8 +9,6 @@
*/ */
#endregion #endregion
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits namespace OpenRA.Mods.Common.Traits
{ {
[Desc("The inaccuracy of this actor is multiplied based on upgrade level if specified.")] [Desc("The inaccuracy of this actor is multiplied based on upgrade level if specified.")]

View File

@@ -9,8 +9,6 @@
*/ */
#endregion #endregion
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits namespace OpenRA.Mods.Common.Traits
{ {
[Desc("Range of this actor is multiplied based on upgrade level.")] [Desc("Range of this actor is multiplied based on upgrade level.")]

View File

@@ -9,8 +9,6 @@
*/ */
#endregion #endregion
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits namespace OpenRA.Mods.Common.Traits
{ {
[Desc("The reloading time of this actor is multiplied based on upgrade level if specified.")] [Desc("The reloading time of this actor is multiplied based on upgrade level if specified.")]

View File

@@ -9,8 +9,6 @@
*/ */
#endregion #endregion
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits namespace OpenRA.Mods.Common.Traits
{ {
[Desc("The speed of this actor is multiplied based on upgrade level if specified.")] [Desc("The speed of this actor is multiplied based on upgrade level if specified.")]