~ruther/NosSmooth.Local

cbaff6f4d102dc4cc8bae31eb1bac51806673e28 — Rutherther 3 years ago d7aadf9
feat(binding): add correct unit manager pattern
1 files changed, 2 insertions(+), 2 deletions(-)

M src/Core/NosSmooth.LocalBinding/Options/UnitManagerBindingOptions.cs
M src/Core/NosSmooth.LocalBinding/Options/UnitManagerBindingOptions.cs => src/Core/NosSmooth.LocalBinding/Options/UnitManagerBindingOptions.cs +2 -2
@@ 17,13 17,13 @@ public class UnitManagerBindingOptions
    /// Gets or sets the pattern to static address of unit manager.
    /// </summary>
    public string UnitManagerPattern { get; set; }
        = "TODO";
        = "A1 ?? ?? ?? ?? E8 ?? ?? ?? ?? 33 C0 5A 59 59 64 89 10 68 ?? ?? ?? ?? 8D 45 F0 BA";

    /// <summary>
    /// Gets or sets the pointer offsets from the unit manager static address.
    /// </summary>
    public int[] UnitManagerOffsets { get; set; }
        = { 15 };
        = { 1, 0 };

    /// <summary>
    /// Gets or sets the pattern to find the focus entity method at.

Do not follow this link