mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add punchline to PluginManifest.cs
This commit is contained in:
parent
ec97f06121
commit
15b976570a
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue