refactor: rename to internal name

This commit is contained in:
kalilistic 2023-03-01 16:27:35 -05:00
parent df8d8bcdec
commit c2f85c5ab2

View file

@ -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.