enum sufix removed

This commit is contained in:
2026-02-08 21:58:31 +01:00
parent 37e73627b5
commit ca0f43a276
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ public abstract class Shape
public WhiteboardId WhiteboardId { get; private set; }
public abstract ShapeTypeEnum ShapeType { get; }
public abstract ShapeType ShapeType { get; }
public Position Position { get; private set; }