Beispiel #1
0
 private void Awake()
 {
     id = idCounter;
     idCounter++;
     LoadQueue.AddLoadToQueue(SpawnObject);
 }