Expose createFateReference

This commit is contained in:
Raymond 2021-09-27 07:54:54 -04:00
parent f01cfd5820
commit 1c6ff89372

View file

@ -111,7 +111,7 @@ namespace Dalamud.Game.ClientState.Fates
/// </summary>
/// <param name="offset">The offset of the actor in memory.</param>
/// <returns><see cref="Fate"/> object containing requested data.</returns>
internal Fate? CreateFateReference(IntPtr offset)
public Fate? CreateFateReference(IntPtr offset)
{
var clientState = Service<ClientState>.Get();