feat: expose Fate table address

This commit is contained in:
Raymond 2021-09-26 19:02:56 -04:00
parent c611a97ab5
commit f01cfd5820

View file

@ -28,6 +28,11 @@ namespace Dalamud.Game.ClientState.Fates
Log.Verbose($"Fate table address 0x{this.address.FateTablePtr.ToInt64():X}");
}
/// <summary>
/// Gets the address of the Fate table.
/// </summary>
public IntPtr Address => this.address.FateTablePtr;
/// <summary>
/// Gets the amount of currently active Fates.
/// </summary>