using Life.Misc; namespace Life.Automaton { public class Cell { public bool IsAlive { get; set; } } }