void Awake() { serve = FindObjectOfType <ServeCustomer> (); }
// Use this for initialization void Awake() { serve = FindObjectOfType <ServeCustomer> (); shopMan = FindObjectOfType <ShopManagerClass> (); spawner = FindObjectOfType <AiSpawnManager> (); }