Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     ChangeInfo = false;
     MsgBox     = FindObjectOfType <SurfaceContainer>().GetSurface <MessageBoxPopup>();
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     MsgBox = FindObjectOfType <SurfaceContainer>().GetSurface <MessageBoxPopup>();
 }