Exemplo n.º 1
0
 void Start()
 {
     messageToDisplay = "Start Up...";
     database         = manager.GetComponent <InfoDataManager>();
 }
Exemplo n.º 2
0
 void Start()
 {
     database          = this.GetComponent <InfoDataManager>();
     AppON             = database.systemActivationStatus;
     callTimerToEnable = true;
 }
Exemplo n.º 3
0
 void Awake()
 {
     database         = this.GetComponent <InfoDataManager>();
     managerContoller = this.GetComponent <AppManagerController>();
 }