INNER CODE UNIT · C#
Cell
Cysharp/LogicLooper · samples/LoopHostingApp/LifeGameLoop.cs:243
public class Cell
{
public bool IsAlive { get; set; }
public bool NestState { get; set; }
}
}
}
INNER CODE UNIT · C#
Cysharp/LogicLooper · samples/LoopHostingApp/LifeGameLoop.cs:243
public class Cell
{
public bool IsAlive { get; set; }
public bool NestState { get; set; }
}
}
}