mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
refactor: rename to internal name
This commit is contained in:
parent
df8d8bcdec
commit
c2f85c5ab2
1 changed files with 2 additions and 2 deletions
|
|
@ -107,9 +107,9 @@ public sealed class DalamudPluginInterface : IDisposable
|
|||
public string SourceRepository { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current plugin name.
|
||||
/// Gets the current internal plugin name.
|
||||
/// </summary>
|
||||
public string Name => this.pluginName;
|
||||
public string InternalName => this.pluginName;
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this is a dev plugin.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue