Files
game-of-life/GameOfLife/Entities/Class1.cs
T
2026-05-07 03:23:56 +00:00

8 lines
133 B
C#

namespace GameOfLife.Entities
{
public class Matcher
{
private Cell Key;
private Cell Left;
}
}