mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Remove obsolete enum values from FlyTextKind
They have been obsolete for nearly 7 months (before 7.3).
This commit is contained in:
parent
ffd99d5791
commit
56325afa7f
1 changed files with 0 additions and 18 deletions
|
|
@ -92,34 +92,16 @@ public enum FlyTextKind : int
|
|||
/// </summary>
|
||||
IslandExp = 15,
|
||||
|
||||
/// <summary>
|
||||
/// Val1 in serif font next to all caps condensed font Text1 with Text2 in sans-serif as subtitle.
|
||||
/// </summary>
|
||||
[Obsolete("Use Dataset instead", true)]
|
||||
Unknown16 = 16,
|
||||
|
||||
/// <summary>
|
||||
/// Val1 in serif font next to all caps condensed font Text1 with Text2 in sans-serif as subtitle.
|
||||
/// </summary>
|
||||
Dataset = 16,
|
||||
|
||||
/// <summary>
|
||||
/// Val1 in serif font, Text2 in sans-serif as subtitle.
|
||||
/// </summary>
|
||||
[Obsolete("Use Knowledge instead", true)]
|
||||
Unknown17 = 17,
|
||||
|
||||
/// <summary>
|
||||
/// Val1 in serif font, Text2 in sans-serif as subtitle.
|
||||
/// </summary>
|
||||
Knowledge = 17,
|
||||
|
||||
/// <summary>
|
||||
/// Val1 in serif font, Text2 in sans-serif as subtitle.
|
||||
/// </summary>
|
||||
[Obsolete("Use PhantomExp instead", true)]
|
||||
Unknown18 = 18,
|
||||
|
||||
/// <summary>
|
||||
/// Val1 in serif font, Text2 in sans-serif as subtitle.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue