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 PowerDownOrderGenerator : IOrderGenerator
{
@@ -48,8 +48,8 @@ namespace OpenRA.Orders
}
}
public void Tick( World world ) { }
public void Render( World world ) { }
public void Tick(World world) { }
public void Render(World world) { }
public string GetCursor(World world, int2 xy, MouseInput mi)
{