1
0
Fork 0
forked from aly/qstbak

muffin v7.5.1

This commit is contained in:
alydev 2026-05-01 08:59:48 +10:00
parent a6481e7b9a
commit 965a736f84
59 changed files with 4112 additions and 5059 deletions

View file

@ -8,8 +8,7 @@ public static class LAtkValue
{
public unsafe static string? ReadAtkString(this AtkValue atkValue)
{
//IL_0001: Unknown result type (might be due to invalid IL or missing references)
if ((int)atkValue.Type == 0)
if (atkValue.Type == AtkValueType.Undefined)
{
return null;
}