Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace GameOfLife.Entities
|
||||
{
|
||||
public class Matcher
|
||||
{
|
||||
private Cell Key;
|
||||
private Cell Left;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user