From 15b976570a0b41bbf178eafedc334611de59d999 Mon Sep 17 00:00:00 2001
From: goat <16760685+goaaats@users.noreply.github.com>
Date: Tue, 10 Aug 2021 00:57:30 +0200
Subject: [PATCH] feat: add punchline to PluginManifest.cs
---
Dalamud/Plugin/Internal/Types/PluginManifest.cs | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Dalamud/Plugin/Internal/Types/PluginManifest.cs b/Dalamud/Plugin/Internal/Types/PluginManifest.cs
index a02595485..78aa8c130 100644
--- a/Dalamud/Plugin/Internal/Types/PluginManifest.cs
+++ b/Dalamud/Plugin/Internal/Types/PluginManifest.cs
@@ -23,6 +23,12 @@ namespace Dalamud.Plugin.Internal.Types
[JsonProperty]
public string Name { get; set; }
+ ///
+ /// Gets a punchline of the plugins functions.
+ ///
+ [JsonProperty]
+ public string Punchline { get; init; }
+
///
/// Gets a description of the plugins functions.
///