mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Update BitmapFontIcon.cs
This commit is contained in:
parent
739ba0bcdd
commit
af0ccc9c06
1 changed files with 20 additions and 0 deletions
|
|
@ -434,5 +434,25 @@ namespace Dalamud.Game.Text.SeStringHandling
|
||||||
/// The crafting type Fate icon.
|
/// The crafting type Fate icon.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
FateCrafting = 111,
|
FateCrafting = 111,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Fan Festival logo.
|
||||||
|
/// </summary>
|
||||||
|
FanFestival = 112,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Sharlayan region icon.
|
||||||
|
/// </summary>
|
||||||
|
Sharlayan = 113,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Ilsabard region icon.
|
||||||
|
/// </summary>
|
||||||
|
Ilsabard = 114,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The Garlemald region icon.
|
||||||
|
/// </summary>
|
||||||
|
Garlemald = 115,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue