C# Class Thoughtology.GameOfLife.Web.Models.Cell

Mostrar archivo Open project: ecampidoglio/gameoflife

Public Methods

Method Description
Cell ( bool alive = false, byte neighbours )
Kill ( ) : void

Method Details

Cell() public method

public Cell ( bool alive = false, byte neighbours )
alive bool
neighbours byte

Kill() public method

public Kill ( ) : void
return void