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