added 9p command to actual command line tools.

This commit is contained in:
Harrison Deng 2018-12-29 00:31:47 -06:00
parent 26a4850d2a
commit 106373ce34

View File

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