fix size of GameInventoryItem

This commit is contained in:
Kaz Wolfe 2024-06-28 14:47:56 -07:00
parent 7283e634e9
commit d7d029e3cd
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4

View file

@ -18,7 +18,7 @@ public unsafe struct GameInventoryItem : IEquatable<GameInventoryItem>
[FieldOffset(0)]
internal readonly InventoryItem InternalItem;
private const int StructSizeInBytes = 0x38;
private const int StructSizeInBytes = 0x40;
/// <summary>
/// The view of the backing data, in <see cref="ulong"/>.