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

emu.grasscutter.scripts.constants.ScriptRegionShape Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
package emu.grasscutter.scripts.constants;

public class ScriptRegionShape {
    public static final int NONE = 0;
    public static final int SPHERE = 1;
    public static final int CUBIC = 2;
    public static final int CYLINDER = 3;
    public static final int POLYGON = 4;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy