Exemplo n.º 1
0
 //clears any set egg size that would otherwise affect all future egg pregnancies in this womb.
 protected internal void ClearSecondaryEggSize()
 {
     secondaryNormalPregnancy.ClearEggSize();
 }
Exemplo n.º 2
0
 //clears any set egg size that would otherwise affect all future egg pregnancies in this womb.
 protected internal void ClearNormalEggSize()
 {
     normalPregnancy.ClearEggSize();
 }