Merge pull request #10472 from Mailaender/guard-refactor

Cleaned up the Guard code
This commit is contained in:
Oliver Brakmann
2016-01-16 23:09:19 +01:00
4 changed files with 73 additions and 48 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;