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