添加2019提示

This commit is contained in:
Perfare 2019-06-14 16:55:41 +08:00
parent e5cd91bb45
commit b3d4dc61fe

View file

@ -117,6 +117,7 @@ namespace Il2CppDumper
if (unityVersion >= Unity20191)
{
fixedMetadataVersion = 24.2f;
Console.WriteLine("Warning: Auto mode can't work in versions above 2019");
}
else if (unityVersion >= Unity20183)
{