Finished up game
This commit is contained in:
@@ -11,12 +11,14 @@ namespace Snake
|
||||
public int X;
|
||||
public int Y;
|
||||
public CellTypes Type;
|
||||
public Color Color;
|
||||
|
||||
public Cell(int x, int y, CellTypes type)
|
||||
{
|
||||
X = x;
|
||||
Y = y;
|
||||
Type = type;
|
||||
Color = Color.White;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user