Exemple #1
0
 // Use this for initialization
 void Start()
 {
     uidCounter = 123456;
     _dispatcherMono = transform.GetComponent<AsyncDispatchBehaviour>();
     _dispatcher = _dispatcherMono.getDispatcher();
     Invoke("initMap", 0.01f);
 }