Example #1
0
 void Start()
 {
     customerDone    = false;
     currentCustomer = 0;
     //  tempIndex = 0;
     isLeaving  = false;
     isEntering = true;
     ui_manager = GameObject.FindGameObjectWithTag("GameController").GetComponent <UImanager>();
     custData.initialise();
 }
 // Start is called before the first frame update
 void Start()
 {
     tattooData.initialise();
     turnOffOptions();
 }