teamlead-dashboard/src/TUI/Engine/Nodes/Attributes/Orientations/IWithOrientation.cs

6 lines
134 B
C#
Raw Normal View History

2024-03-08 08:24:47 +00:00
namespace TUI.Engine.Nodes.Attributes.Orientations;
public interface IWithOrientation
{
public Orientation Orientation { get; }
}