mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 16:36:27 +00:00
9 lines
118 B
C#
9 lines
118 B
C#
namespace PckStudio.Core
|
|
{
|
|
public enum ImageLayoutDirection
|
|
{
|
|
Horizontal,
|
|
Vertical
|
|
}
|
|
}
|