コード例 #1
0
ファイル: Womb.cs プロジェクト: JustSomeGuy6561/CoCSharp
 //sets the egg size for all future egg pregnancies in this womb.
 protected internal void SetSecondaryEggSize(bool isLarge)
 {
     secondaryNormalPregnancy.SetEggSize(isLarge);
 }
コード例 #2
0
ファイル: Womb.cs プロジェクト: JustSomeGuy6561/CoCSharp
 //sets the egg size for all future egg pregnancies in this womb.
 protected internal void SetNormalEggSize(bool isLarge)
 {
     normalPregnancy.SetEggSize(isLarge);
 }