Move RASpecialPowers into OpenRA.Mods.RA.Scripting

This commit is contained in:
ScottNZ
2013-11-15 21:53:56 +13:00
parent 5d3987dee3
commit 55423b159a
2 changed files with 2 additions and 3 deletions

View File

@@ -10,9 +10,8 @@
using System.Collections.Generic;
using OpenRA.FileFormats;
using OpenRA.Mods.RA;
namespace OpenRA.Scripting
namespace OpenRA.Mods.RA.Scripting
{
public class RASpecialPowers
{