Add project files.
This commit is contained in:
9
Snake/CellTypes.cs
Normal file
9
Snake/CellTypes.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Snake
|
||||
{
|
||||
public enum CellTypes
|
||||
{
|
||||
None,
|
||||
Food,
|
||||
Snake,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user