Ejemplo n.º 1
0
 private void DrawWorker()
 {
     clothes = Instantiate(PrefabLoader.GetHumanWorkClothes(worker.Job), Vector2.zero,
                           Quaternion.identity) as GameObject;
     clothes.transform.SetParent(transform, false);
 }