Move Shp conversion/remap commands to Mods.Cnc

This commit is contained in:
reaperrr
2019-11-18 23:18:34 +01:00
committed by teinarss
parent 65728bc032
commit 3f06541b2b
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ using OpenRA.FileFormats;
using OpenRA.Mods.Common.SpriteLoaders;
using OpenRA.Primitives;
namespace OpenRA.Mods.Common.UtilityCommands
namespace OpenRA.Mods.Cnc.UtilityCommands
{
class ConvertPngToShpCommand : IUtilityCommand
{

View File

@@ -13,9 +13,9 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace OpenRA.Mods.Common.UtilityCommands
namespace OpenRA.Mods.Cnc.UtilityCommands
{
static class Glob
public static class Glob
{
public static bool Enabled = true;

View File

@@ -18,7 +18,7 @@ using OpenRA.Mods.Common.SpriteLoaders;
using OpenRA.Primitives;
using OpenRA.Traits;
namespace OpenRA.Mods.Common.UtilityCommands
namespace OpenRA.Mods.Cnc.UtilityCommands
{
class RemapShpCommand : IUtilityCommand
{