mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
8 lines
135 B
C#
Executable file
8 lines
135 B
C#
Executable file
namespace Dalamud.Game.Internal.Gui.Toast
|
|
{
|
|
public enum ToastPosition : byte
|
|
{
|
|
Bottom = 0,
|
|
Top = 1,
|
|
}
|
|
}
|