using System; using System.Collections.Generic; using System.Text; namespace ACE.Entity.Enum { public enum PropertyDatFileType { ClientOnlyData = 0x0, ServerOnlyData = 0x1, SharedData = 0x2, } }