Struct PlayerAnimationData
Represents the animation data of a player, including animation ID and flags.
public readonly struct PlayerAnimationData
- Inherited Members
Fields
ID
The ID of the animation being played by the player.
public readonly ushort ID
Field Value
flags
The flags associated with the animation, indicating its properties or behavior.
public readonly ushort flags