public override void Draw()
 {
     gui.Draw();
 }
Пример #2
0
 protected virtual void DrawSelected()
 {
     SelectionGUI.Draw();
 }