Exemplo n.º 1
0
        private void lua_print(object text)
        {
            if (fDebugOutput == null)
            {
                return;
            }

            fDebugOutput.AppendText(text + @"\r\n");
        }