mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add comment on HitboxRadius line
This commit is contained in:
parent
c669e38222
commit
d2dc80be41
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ namespace Dalamud.Game.ClientState.Structs
|
|||
public const int YalmDistanceFromPlayerY = 146; // 0x0092 Distance
|
||||
public const int Position = 160; // 0x00A0 (X,Z,Y)
|
||||
public const int Rotation = 176; // 0x00B0 Heading
|
||||
public const int HitboxRadius = 192;
|
||||
public const int HitboxRadius = 192; // 0x00C0
|
||||
public const int CurrentHp = 452; // 0x01C4 HPCurrent
|
||||
public const int MaxHp = 456; // 0x01C8 HPMax
|
||||
public const int CurrentMp = 460; // 0x01CC MPCurrent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue