mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-02-06 18:17:00 +01:00
Clean script events
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package emu.grasscutter.scripts.constants;
|
||||
|
||||
public class ScriptEventType {
|
||||
public class EventType {
|
||||
public static final int EVENT_NONE = 0;
|
||||
public static final int EVENT_ANY_MONSTER_DIE = 1;
|
||||
public static final int EVENT_ANY_GADGET_DIE = 2;
|
||||
Reference in New Issue
Block a user