Example #1
0
 void Awake()
 {
     population = new Population(this, organismFactory, 1);
     population.SubscribeDeath(RegisterDeath);
 }