CR changes

This commit is contained in:
Kaz Wolfe 2025-11-16 18:14:02 -08:00
parent 78ed4a2b01
commit 4937a2f4bd
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
4 changed files with 15 additions and 32 deletions

View file

@ -1,4 +1,6 @@
using Dalamud.Networking.Pipes;
using System.Diagnostics.CodeAnalysis;
using Dalamud.Networking.Pipes;
namespace Dalamud.Plugin.Services;
@ -6,6 +8,7 @@ namespace Dalamud.Plugin.Services;
/// A service to allow plugins to subscribe to dalamud:// URIs targeting them. Plugins will receive any URI sent to the
/// <code>dalamud://plugin/{PLUGIN_INTERNAL_NAME}/...</code> namespace.
/// </summary>
[Experimental("DAL_RPC", Message = "This service will be finalized around 7.41 and may change before then.")]
public interface IPluginLinkHandler
{
/// <summary>