feat: add punchline to PluginManifest.cs

This commit is contained in:
goat 2021-08-10 00:57:30 +02:00
parent ec97f06121
commit 15b976570a
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -23,6 +23,12 @@ namespace Dalamud.Plugin.Internal.Types
[JsonProperty] [JsonProperty]
public string Name { get; set; } public string Name { get; set; }
/// <summary>
/// Gets a punchline of the plugins functions.
/// </summary>
[JsonProperty]
public string Punchline { get; init; }
/// <summary> /// <summary>
/// Gets a description of the plugins functions. /// Gets a description of the plugins functions.
/// </summary> /// </summary>