using System; using System.Collections.Generic; using System.Text; namespace ACE.Entity.Enum { public enum IncorporationFlags { PassToChildren = 0x1, X = 0x2, Y = 0x4, Width = 0x8, Height = 0x10, ZLevel = 0x20, } }