Rewrite lexer from scratch

This commit is contained in:
Sinai
2021-05-10 15:58:49 +10:00
parent 06122fe8c9
commit caad39bb9a
20 changed files with 650 additions and 937 deletions

View File

@ -119,9 +119,7 @@ namespace UnityExplorer.UI
UIPanel.UpdateFocus();
PanelDragger.UpdateInstances();
UIBehaviourModel.UpdateInstances();
AutoCompleter.Update();
}
public static void TogglePanel(Panels panel)