mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
8 lines
102 B
C#
8 lines
102 B
C#
namespace Dalamud.Bindings.ImAnim;
|
|
|
|
public enum ImAnimEaseStepsMode
|
|
{
|
|
End,
|
|
Start,
|
|
Both,
|
|
}
|