mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
9 lines
119 B
C#
9 lines
119 B
C#
namespace Dalamud.Bindings.ImAnim;
|
|
|
|
public enum ImAnimResult
|
|
{
|
|
Ok,
|
|
ErrNotFound,
|
|
ErrBadArg,
|
|
ErrNoMem,
|
|
}
|