feat: expose plugin name on interface

This commit is contained in:
kalilistic 2023-02-26 09:33:06 -05:00
parent 644380815f
commit df8d8bcdec

View file

@ -106,6 +106,11 @@ public sealed class DalamudPluginInterface : IDisposable
/// </summary>
public string SourceRepository { get; }
/// <summary>
/// Gets the current plugin name.
/// </summary>
public string Name => this.pluginName;
/// <summary>
/// Gets a value indicating whether this is a dev plugin.
/// </summary>