From 106373ce345ae3b1967840858148f7bd7fca288d Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sat, 29 Dec 2018 00:31:47 -0600 Subject: [PATCH] added 9p command to actual command line tools. --- RecrownedAthenaeum.ConsoleTools/Tools.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RecrownedAthenaeum.ConsoleTools/Tools.cs b/RecrownedAthenaeum.ConsoleTools/Tools.cs index 08857f6..1cb8e50 100644 --- a/RecrownedAthenaeum.ConsoleTools/Tools.cs +++ b/RecrownedAthenaeum.ConsoleTools/Tools.cs @@ -1,5 +1,6 @@ using RecrownedAthenaeum.Tools.CommandProcessor; using RecrownedAthenaeum.Tools.CommandProcessor.Commands; +using RecrownedAthenaeum.Tools.NinePatchTools; using RecrownedAthenaeum.Tools.TextureAtlasTools; using System; using System.Reflection; @@ -19,6 +20,7 @@ namespace RecrownedAthenaeum.Tools ce.commands.Add(new TexturePackerCommand()); ce.commands.Add(new StopCommand(ce)); ce.commands.Add(new ClearConsoleCommand()); + ce.commands.Add(new NinePatchCommand()); if (args.Length > 0) {