fix dtr errors after merge

This commit is contained in:
goat 2023-09-17 23:39:09 +02:00
parent e07be476f8
commit 9d4a2fad3b
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 3 additions and 2 deletions

View file

@ -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;

View file

@ -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.