This commit is contained in:
RisaDev
2024-03-25 02:07:35 +03:00
parent 941edb1023
commit da252a57cf
2 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,13 @@ using System;
namespace CustomizePlus.Api;
/// <summary>
/// Customize+ IPC.
/// All of the function/event names start with "CustomizePlus." prefix.
/// For example: CustomizePlus.Profile.GetList.
/// While Customize+ is using EzIPC to make it easier to work with IPC,
/// you are not required to use it to interact with the plugin.
/// </summary>
public partial class CustomizePlusIpc : IDisposable
{
private readonly DalamudPluginInterface _pluginInterface;