Exemplo n.º 1
0
 /// <summary>
 /// Draws the updater GUI
 /// </summary>
 private void DrawUpdater()
 {
     updater.DrawGUI();
 }
Exemplo n.º 2
0
 void OnGUI()
 {
     TSFunctions.DrawHeader(position.width, 20);
     updater.DrawGUI();
 }