public override void Init(Coord coord, Age age) { if (age == Age.Adult) { setGenes(Genes.DefaultRabbit()); } Debug.Log(coord); base.Init(coord, age); }