Beispiel #1
0
 void Awake()
 {
     actions    = new Action[1];
     actions[0] = new TransferPeople();
 }
Beispiel #2
0
 protected void Awake()
 {
     actions    = new Action[2];
     actions[0] = new TransferPeople();
     actions[1] = new BuildFarm();
 }