mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix dtr errors after merge
This commit is contained in:
parent
e07be476f8
commit
9d4a2fad3b
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Concurrent;
|
||||||
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
using Dalamud.Configuration.Internal;
|
using Dalamud.Configuration.Internal;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// DtrBar memory address resolver.
|
/// DtrBar memory address resolver.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class DtrBarAddressResolver : BaseAddressResolver
|
internal class DtrBarAddressResolver : BaseAddressResolver
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the address of the AtkUnitBaseDraw method.
|
/// Gets the address of the AtkUnitBaseDraw method.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue