Exemplo n.º 1
0
    private void Awake()
    {
        residentFactory = new ResidentFactory(GameData, householdData);
        SpawningOrder.Add(residentFactory);

        RunManufactureScripts();
    }
Exemplo n.º 2
0
 public Engine()
 {
     factory   = new ResidentFactory();
     residents = new List <object>();
 }
Exemplo n.º 3
0
 public Engine()
 {
     factory   = new ResidentFactory();
     residents = new List <IDPosses>();
 }