Expose CharacterData.ShieldValue to Dalamud's Character wrapper. (#1608)

This commit is contained in:
Kurochi51 2024-01-18 21:56:12 +02:00 committed by GitHub
parent d59d5a4cbc
commit 14c5ad1605
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,11 @@ public unsafe class Character : GameObject
/// </summary>
public uint MaxCp => this.Struct->CharacterData.MaxCraftingPoints;
/// <summary>
/// Gets the shield percentage of this Chara.
/// </summary>
public byte ShieldPercentage => this.Struct->CharacterData.ShieldValue;
/// <summary>
/// Gets the ClassJob of this Chara.
/// </summary>