Ejemplo n.º 1
0
 void Awake()
 {
     actions    = new Action[1];
     actions[0] = new TransferPeople();
 }
Ejemplo n.º 2
0
 protected void Awake()
 {
     actions    = new Action[2];
     actions[0] = new TransferPeople();
     actions[1] = new BuildFarm();
 }