コード例 #1
0
ファイル: Animal.cs プロジェクト: darknews23/LifeGame
 public void InitiateReproduction()
 {
     _gender?.InitiateReproduction();
 }