namespace DotRecast.Core { public enum RcByteOrder { /// Default on most Windows systems LITTLE_ENDIAN, BIG_ENDIAN, } }