using System; namespace UniversalEditor.Engines.GTK { public enum PackDirection { Start, End } }