mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-10 13:28:23 +00:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace PckStudio.Extensions
|
|
{
|
|
internal enum ImageLayoutDirection
|
|
{
|
|
Horizontal,
|
|
Vertical
|
|
}
|
|
}
|