8 lines
133 B
C#
8 lines
133 B
C#
namespace GameOfLife.Entities
|
|
{
|
|
public class Matcher
|
|
{
|
|
private Cell Key;
|
|
private Cell Left;
|
|
}
|
|
} |