mirror of
https://github.com/kwsch/NHSE.git
synced 2026-05-14 14:30:02 -05:00
Originally ported from https://github.com/Martin005/SMO_Translation_Helper , via https://github.com/IcySon55/3DLandMSBTeditor Add some tests to ensure functions
8 lines
125 B
C#
8 lines
125 B
C#
namespace NHSE.Parsing
|
|
{
|
|
public enum MSBTEncodingByte : byte
|
|
{
|
|
UTF8 = 0x00,
|
|
Unicode = 0x01
|
|
}
|
|
} |