Initial commit
This commit is contained in:
9
C#/CommandManager/ManagerTester/Program.cs
Normal file
9
C#/CommandManager/ManagerTester/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using CommandManager;
|
||||
|
||||
namespace ManagerTester {
|
||||
class Program {
|
||||
static void Main(string[] args) {
|
||||
CommandExecuter.InitializeCommands();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user