mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
refactor: break classes and enums into separate files
This commit is contained in:
parent
eaf6dec8e4
commit
65869a9575
6 changed files with 85 additions and 73 deletions
9
Dalamud/Game/Internal/Gui/Toast/QuestToastPosition.cs
Executable file
9
Dalamud/Game/Internal/Gui/Toast/QuestToastPosition.cs
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Dalamud.Game.Internal.Gui.Toast
|
||||
{
|
||||
public enum QuestToastPosition
|
||||
{
|
||||
Centre = 0,
|
||||
Right = 1,
|
||||
Left = 2,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue