protected CConsole(float width, float height) : base(width, height) { commands = new CRegistery(); commandBuffer = new StringBuilder(); history = new CConsoleHistory(128); output = new CConsoleOutput(512); suggestedCommands = new LinkedList <CCommand>(); }
protected CConsole(float width, float height) : base(width, height) { commands = new CRegistery(); commandBuffer = new StringBuilder(); history = new CConsoleHistory(128); output = new CConsoleOutput(512); suggestedCommands = new LinkedList<CCommand>(); }