mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 13:23:40 +01:00
Merge pull request #1141 from kalilistic/plugin-name
This commit is contained in:
commit
6fc65f9cd4
1 changed files with 5 additions and 0 deletions
|
|
@ -107,6 +107,11 @@ public sealed class DalamudPluginInterface : IDisposable
|
|||
/// </summary>
|
||||
public string SourceRepository { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current internal plugin name.
|
||||
/// </summary>
|
||||
public string InternalName => 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