Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace GameOfLife.Entities
|
||||
{
|
||||
public enum PatternType
|
||||
{
|
||||
StillLife,
|
||||
Oscillator,
|
||||
Spaceship,
|
||||
Periodic,
|
||||
Methuselah,
|
||||
Diehard,
|
||||
Megasized,
|
||||
//Oversized,
|
||||
//Chaotic
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user