12 lines
106 B
C#
12 lines
106 B
C#
using System;
|
|
|
|
namespace UniversalEditor.Engines.GTK
|
|
{
|
|
public enum PackDirection
|
|
{
|
|
Start,
|
|
End
|
|
}
|
|
}
|
|
|