mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-09 23:48:09 +00:00
Move Common functionality to Core project & rendering and Model support as well
This commit is contained in:
8
PckStudio.Core/Extensions/ImageLayoutDirection.cs
Normal file
8
PckStudio.Core/Extensions/ImageLayoutDirection.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PckStudio.Core
|
||||
{
|
||||
public enum ImageLayoutDirection
|
||||
{
|
||||
Horizontal,
|
||||
Vertical
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user