mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Remove PluginInterface from base Dtr service (#1399)
This commit is contained in:
parent
af39add38e
commit
7a0f58a106
1 changed files with 0 additions and 4 deletions
|
|
@ -22,12 +22,8 @@ namespace Dalamud.Game.Gui.Dtr;
|
|||
/// <summary>
|
||||
/// Class used to interface with the server info bar.
|
||||
/// </summary>
|
||||
[PluginInterface]
|
||||
[InterfaceVersion("1.0")]
|
||||
[ServiceManager.BlockingEarlyLoadedService]
|
||||
#pragma warning disable SA1015
|
||||
[ResolveVia<IDtrBar>]
|
||||
#pragma warning restore SA1015
|
||||
internal sealed unsafe class DtrBar : IDisposable, IServiceType, IDtrBar
|
||||
{
|
||||
private const uint BaseNodeId = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue