8 lines
87 B
C#
8 lines
87 B
C#
namespace LindtLeerformPlugin.Models;
|
|
|
|
public enum CellShape
|
|
{
|
|
Square,
|
|
Round
|
|
}
|