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