예제 #1
0
 //sets the egg size for all future egg pregnancies in this womb.
 protected internal void SetSecondaryEggSize(bool isLarge)
 {
     secondaryNormalPregnancy.SetEggSize(isLarge);
 }
예제 #2
0
 //sets the egg size for all future egg pregnancies in this womb.
 protected internal void SetNormalEggSize(bool isLarge)
 {
     normalPregnancy.SetEggSize(isLarge);
 }