put GuardOrderGenerator in the correct namespace

This commit is contained in:
Matthias Mailänder
2016-01-10 07:22:42 +01:00
parent bef6f40759
commit 5b263e3cdb
4 changed files with 64 additions and 45 deletions

View File

@@ -12,6 +12,7 @@ using System;
using System.Drawing;
using System.Linq;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Orders;
using OpenRA.Mods.Common.Traits;
using OpenRA.Orders;
using OpenRA.Primitives;