9 lines
56 B
C#
9 lines
56 B
C#
5 months ago
|
|
||
|
public enum CellType
|
||
|
{
|
||
|
Blank,
|
||
|
Start,
|
||
|
Middle,
|
||
|
End
|
||
|
}
|