refactor
This commit is contained in:
parent
4424f4c3a8
commit
0e7de0a5f3
281 changed files with 3188 additions and 611 deletions
|
|
@ -1,11 +0,0 @@
|
|||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Roboto.GameOffsets.Natives;
|
||||
|
||||
/// <summary>Bucket structure used in hash containers.</summary>
|
||||
[StructLayout(LayoutKind.Explicit, Size = 0x20)]
|
||||
public struct StdBucket
|
||||
{
|
||||
[FieldOffset(0x00)] public StdVector Data;
|
||||
[FieldOffset(0x18)] public long Unknown;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue