Ejemplo n.º 1
0
 public Control_Layer(GUI_Layer pGUI)
 {
     theGUI = pGUI;
 }
Ejemplo n.º 2
0
 void Start()
 {
     theGUI = new GUI_Layer();
 }