Exemplo n.º 1
0
        void initialize()
        {
            lastUpdate = Planetarium.GetUniversalTime();
            fsm        = new FemaleFSM(this);

            interest = new Interest(genes);
            gamete   = new Gamete(genes, true, bioClock);
            cycle    = new Cycle(genes, bioClock);
            embryo   = null;
        }
Exemplo n.º 2
0
 void initialize()
 {
     interest = new Interest(genes);
     gamete   = new Gamete(genes, false, bioClock);
 }