Beispiel #1
0
 void Start()
 {
     museumInstance = Instantiate(museumPrefab) as Museum;
     museumInstance.Generate();
 }