Добавьте файлы проекта.

This commit is contained in:
2026-01-07 21:28:32 +03:00
parent 02603e60ad
commit fc994edf71
15 changed files with 531 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
namespace Lattice.Core.Models.Enums;
public enum DockDirection
{
Center,
Left,
Right,
Top,
Bottom,
Floating,
}