7 lines
100 B
C#
7 lines
100 B
C#
namespace KamiToolKit.Enums;
|
|
|
|
internal enum ResizeDirection {
|
|
BottomRight,
|
|
BottomLeft,
|
|
}
|