Move Shp conversion/remap commands to Mods.Cnc
This commit is contained in:
@@ -17,7 +17,7 @@ using OpenRA.FileFormats;
|
|||||||
using OpenRA.Mods.Common.SpriteLoaders;
|
using OpenRA.Mods.Common.SpriteLoaders;
|
||||||
using OpenRA.Primitives;
|
using OpenRA.Primitives;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||||
{
|
{
|
||||||
class ConvertPngToShpCommand : IUtilityCommand
|
class ConvertPngToShpCommand : IUtilityCommand
|
||||||
{
|
{
|
||||||
@@ -13,9 +13,9 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
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;
|
public static bool Enabled = true;
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ using OpenRA.Mods.Common.SpriteLoaders;
|
|||||||
using OpenRA.Primitives;
|
using OpenRA.Primitives;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.UtilityCommands
|
namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||||
{
|
{
|
||||||
class RemapShpCommand : IUtilityCommand
|
class RemapShpCommand : IUtilityCommand
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user