basic command system and argument processing added.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using RecrownedAthenaeum.Tools.CommandProcessor;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace RecrownedAthenaeum.Tools.TextureAtlasTools
|
||||
{
|
||||
class TexturePackerCommand : ICommandEngineCommand
|
||||
{
|
||||
|
||||
|
||||
public void Run(string[] arguments)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user