ScriptRegionShape.java 187 Bytes
Newer Older
1
2
3
4
5
6
7
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;
}