More parser work.

This commit is contained in:
2024-02-24 08:01:22 -05:00
parent bade2162a6
commit bb8e8780bd
2 changed files with 19 additions and 0 deletions
+8
View File
@@ -3047,4 +3047,12 @@ public class Enum {
NoDrop,
Rare;
}
public enum ItemUseFlags {
USE_SELF,
USE_TARGET,
EMPTY_DESTROY,
EMPTY_NEWITEM;
}
}