mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
use CS TargetSystem for TargetManager service
- Remove address from service, as it's no longer necessary
This commit is contained in:
parent
d0ced2ed63
commit
d95befe96e
3 changed files with 5 additions and 24 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue