Exemplo n.º 1
0
 public AliveState(WorldCell cell)
 {
     this.cell = cell;
 }
Exemplo n.º 2
0
 public DeadState(WorldCell cell)
 {
     this.cell = cell;
 }