Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 228 Bytes

File metadata and controls

6 lines (6 loc) · 228 Bytes

Helpers to integrate my UnityConsole with my Command system

call the following methods once

ConsoleManager.RegisterHandler('/', new ConsoleCommandHandler());
CommandManager.SetLogger(new ConsoleCommandLogger());