Merge pull request #1141 from kalilistic/plugin-name

This commit is contained in:
goat 2023-03-01 22:36:53 +01:00 committed by GitHub
commit 6fc65f9cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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