Ejemplo n.º 1
0
 /// <summary>
 /// Called 60 times per second by the runtime.
 /// </summary>
 internal void OnEditorUpdate()
 {
     ProjectLibrary.Update();
     codeManager.Update();
 }