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