Cogwheel/Program.cs

13 lines
302 B
C#

// Program.cs
using System.Reflection;
using Cogwheel;
ICogwheelConsole cogwheelConsole = new DeafultCogwheelConsole();
CommandsManager commandsManager = new CommandsManager();
commandsManager.AddAssembly(Assembly.GetExecutingAssembly());
COGWHEEL.Initialize(commandsManager, cogwheelConsole);