InventoryItem size bump

This commit is contained in:
Kaz Wolfe 2024-11-14 08:47:32 -08:00
parent 097f85eff6
commit 913fe25cc5
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)] [FieldOffset(0)]
internal readonly InventoryItem InternalItem; internal readonly InventoryItem InternalItem;
private const int StructSizeInBytes = 0x40; private const int StructSizeInBytes = 0x48;
/// <summary> /// <summary>
/// The view of the backing data, in <see cref="ulong"/>. /// The view of the backing data, in <see cref="ulong"/>.