Fix changed offset and sig for 5.55

This commit is contained in:
Ottermandias 2021-05-25 19:01:39 +02:00
parent b22ca96bbd
commit 04c42b7842
2 changed files with 20 additions and 16 deletions

View file

@ -15,7 +15,7 @@ namespace Penumbra.Structs
public ResourceHandle* ResourceHandle; //
[FieldOffset( 0x68 )]
[FieldOffset( 0x70 )]
public byte UtfFileName; //
}
}