mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-06 09:43:58 -05:00
7 lines
103 B
C#
7 lines
103 B
C#
namespace NHSE.Parsing;
|
|
|
|
public enum MSBTEncodingByte : byte
|
|
{
|
|
UTF8 = 0x00,
|
|
Unicode = 0x01
|
|
} |