All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.primogemstudio.advancedfmk.live2d.MotionPriority Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.primogemstudio.advancedfmk.live2d;

public class MotionPriority {
    public static final int NONE = 0;
    public static final int IDLE = 1;
    public static final int NORMAL = 2;
    public static final int FORCE = 3;

    private MotionPriority() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy