Add mastering texts.

This commit is contained in:
2020-06-11 23:33:19 +01:00
parent 0eda8e60f1
commit f066447c7a
8 changed files with 6858 additions and 1 deletions

View File

@@ -526,4 +526,11 @@ namespace Marechai.Database
Unknown = 0, Retail = 1, Bundle = 2,
Oem = 3
}
public enum MasteringTextType : byte
{
Unknown = 0, LotNumber = 1, MasteringSid = 2,
MouldSid = 3, MasteringCode = 4, Barcode = 5,
Toolstamp = 6
}
}