mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24: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>
|
/// </summary>
|
||||||
public string SourceRepository { get; }
|
public string SourceRepository { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the current plugin name.
|
||||||
|
/// </summary>
|
||||||
|
public string Name => this.pluginName;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether this is a dev plugin.
|
/// Gets a value indicating whether this is a dev plugin.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue