Пример #1
0
 public Control_Layer(GUI_Layer pGUI)
 {
     theGUI = pGUI;
 }
Пример #2
0
 void Start()
 {
     theGUI = new GUI_Layer();
 }