From a9299b4aeaeda7fc770b4940d0e9d6b64757d5fb Mon Sep 17 00:00:00 2001 From: Aireil <33433913+Aireil@users.noreply.github.com> Date: Tue, 22 Apr 2025 21:03:06 +0200 Subject: [PATCH] Add Dataset to FlyTextKind enum (#2255) --- Dalamud/Game/Gui/FlyText/FlyTextKind.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dalamud/Game/Gui/FlyText/FlyTextKind.cs b/Dalamud/Game/Gui/FlyText/FlyTextKind.cs index 0edbd09ee..407410e85 100644 --- a/Dalamud/Game/Gui/FlyText/FlyTextKind.cs +++ b/Dalamud/Game/Gui/FlyText/FlyTextKind.cs @@ -94,10 +94,15 @@ public enum FlyTextKind : int /// /// Val1 in serif font next to all caps condensed font Text1 with Text2 in sans-serif as subtitle. - /// Added in 7.2, usage currently unknown. /// + [Obsolete("Use Dataset instead", true)] Unknown16 = 16, + /// + /// Val1 in serif font next to all caps condensed font Text1 with Text2 in sans-serif as subtitle. + /// + Dataset = 16, + /// /// Val1 in serif font, Text2 in sans-serif as subtitle. /// Added in 7.2, usage currently unknown.