Files
HawkeyeVision/Plugins/LindtLeerformPlugin/Models/CellShape.cs
2026-04-07 14:52:20 +02:00

8 lines
87 B
C#

namespace LindtLeerformPlugin.Models;
public enum CellShape
{
Square,
Round
}