Exemplo n.º 1
0
 void InitControls()
 {
     // script editor
     luaEditor = Libs.UI.CreateLuaEditor(pnlEditorContainer);
     settings.AttachSnippetsTo(luaEditor);
 }