mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 03:49:19 +01:00
Add ImAnim bindings
This commit is contained in:
parent
e8485dee25
commit
2b5e2893c5
43 changed files with 4852 additions and 3 deletions
|
|
@ -0,0 +1,8 @@
|
|||
namespace Dalamud.Bindings.ImAnim;
|
||||
|
||||
public enum ImAnimEaseStepsMode
|
||||
{
|
||||
End,
|
||||
Start,
|
||||
Both,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue