Remove unused usings
This commit is contained in:
@@ -12,8 +12,6 @@ namespace OpenRA.Mods.RA.AI
|
||||
{
|
||||
class RushFuzzy : AttackOrFleeFuzzy
|
||||
{
|
||||
public RushFuzzy() { }
|
||||
|
||||
protected override void AddingRulesForNormalOwnHealth()
|
||||
{
|
||||
AddFuzzyRule("if ((OwnHealth is Normal) " +
|
||||
|
||||
@@ -8,10 +8,8 @@
|
||||
*/
|
||||
#endregion
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using OpenRA.FileFormats;
|
||||
using OpenRA.Traits;
|
||||
using XRandom = OpenRA.Thirdparty.Random;
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
*/
|
||||
#endregion
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using OpenRA.Traits;
|
||||
|
||||
|
||||
@@ -8,10 +8,6 @@
|
||||
*/
|
||||
#endregion
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.RA.AI
|
||||
{
|
||||
class UnitsForProtectionIdleState : GroundStateBase, IState
|
||||
|
||||
Reference in New Issue
Block a user