mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add ToString for InternalEqpEntry.
This commit is contained in:
parent
246f4f65f5
commit
3ffe6151ff
1 changed files with 3 additions and 0 deletions
|
|
@ -72,4 +72,7 @@ public readonly record struct EqpEntryInternal(uint Value)
|
|||
var (offset, mask) = Eqp.OffsetAndMask(slot);
|
||||
return (uint)((ulong)(entry & mask) >> offset);
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
=> Value.ToString("X8");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue