mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 14:23:43 +01:00
Improve Debug Tab to contain all game data.
This commit is contained in:
parent
f2f16c664c
commit
7463aafa13
9 changed files with 380 additions and 248 deletions
|
|
@ -162,4 +162,7 @@ public unsafe partial struct Actor : IEquatable<Actor>, IDesignable
|
|||
|
||||
public static bool operator !=(Actor lhs, Actor rhs)
|
||||
=> lhs.Pointer != rhs.Pointer;
|
||||
|
||||
public string AddressString()
|
||||
=> $"0x{Address:X}";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue