public override void Draw()
 {
     gui.Draw();
 }
Esempio n. 2
0
 protected virtual void DrawSelected()
 {
     SelectionGUI.Draw();
 }