mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
feat: expose plugin name on interface
This commit is contained in:
parent
644380815f
commit
df8d8bcdec
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue