KLinkedListNode
Jump to navigation
Jump to search
Size : 0xC bytes
Offset | Type | Description |
---|---|---|
0x0 | KLinkedListNode* | Next |
0x4 | KLinkedListNode* | Previous |
0x8 | void* | Pointer to the node's data. |