using System; using System.Collections.Generic; using System.Text; namespace ACE.Entity.Enum { public enum PropertyCachingType { Global = 0x0, Internal = 0x1, } }