fix namespaces on stuff bob moved

This commit is contained in:
Chris Forbes
2010-05-20 19:44:38 +12:00
parent 560c41bf42
commit 630aee7b98
5 changed files with 13 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ using System.Collections.Generic;
using System.Linq;
using OpenRA.Traits;
namespace OpenRA.Orders
namespace OpenRA.Mods.RA.Orders
{
class RepairOrderGenerator : IOrderGenerator
{