mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
Update types in FlyText
This commit is contained in:
parent
3683ae148e
commit
de0b933869
2 changed files with 18 additions and 18 deletions
|
|
@ -4,7 +4,7 @@ namespace Dalamud.Game.Gui.FlyText
|
|||
/// Enum of FlyTextKind values. Members suffixed with
|
||||
/// a number seem to be a duplicate, or perform duplicate behavior.
|
||||
/// </summary>
|
||||
public enum FlyTextKind
|
||||
public enum FlyTextKind : int
|
||||
{
|
||||
/// <summary>
|
||||
/// Val1 in serif font, Text2 in sans-serif as subtitle.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue