C# Class TheGame.Cell

显示文件 Open project: stonemonkey/Internship2013 Class Usage Examples

Public Methods

Method Description
Cell ( int x, int y, DeadOrAlive state )

Method Details

Cell() public method

public Cell ( int x, int y, DeadOrAlive state )
x int
y int
state DeadOrAlive