Esempio n. 1
0
 GameObject CreateChip(string name)
 {
     return(Instantiate(ResourcesLoader.LoadChip(name)));
 }