added 9p command to actual command line tools.
This commit is contained in:
parent
26a4850d2a
commit
106373ce34
@ -1,5 +1,6 @@
|
|||||||
using RecrownedAthenaeum.Tools.CommandProcessor;
|
using RecrownedAthenaeum.Tools.CommandProcessor;
|
||||||
using RecrownedAthenaeum.Tools.CommandProcessor.Commands;
|
using RecrownedAthenaeum.Tools.CommandProcessor.Commands;
|
||||||
|
using RecrownedAthenaeum.Tools.NinePatchTools;
|
||||||
using RecrownedAthenaeum.Tools.TextureAtlasTools;
|
using RecrownedAthenaeum.Tools.TextureAtlasTools;
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
@ -19,6 +20,7 @@ namespace RecrownedAthenaeum.Tools
|
|||||||
ce.commands.Add(new TexturePackerCommand());
|
ce.commands.Add(new TexturePackerCommand());
|
||||||
ce.commands.Add(new StopCommand(ce));
|
ce.commands.Add(new StopCommand(ce));
|
||||||
ce.commands.Add(new ClearConsoleCommand());
|
ce.commands.Add(new ClearConsoleCommand());
|
||||||
|
ce.commands.Add(new NinePatchCommand());
|
||||||
|
|
||||||
if (args.Length > 0)
|
if (args.Length > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user