コード例 #1
0
ファイル: DeadCell.cs プロジェクト: asostechnix/katas
 public DeadCell(Neighbours neighbours)
     : base(neighbours)
 {
 }