Beispiel #1
0
 // Start is called before the first frame update
 void Start()
 {
     base.Start();
     BuildCosts.Add("Wood", 50);
     ProductionIntervall = 5000;
 }
Beispiel #2
0
 // Start is called before the first frame update
 void Start()
 {
     BuildCosts.Add("Wood", 20);
 }