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) {