use CS TargetSystem for TargetManager service

- Remove address from service, as it's no longer necessary
This commit is contained in:
Kaz Wolfe 2024-06-28 10:09:24 -07:00
parent d0ced2ed63
commit d95befe96e
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
3 changed files with 5 additions and 24 deletions

View file

@ -7,11 +7,6 @@ namespace Dalamud.Game.ClientState.Objects;
/// </summary>
public interface ITargetManager
{
/// <summary>
/// Gets the address of the target manager.
/// </summary>
public nint Address { get; }
/// <summary>
/// Gets or sets the current target.
/// Set to null to clear the target.