More parser work.

This commit is contained in:
2024-02-24 07:49:13 -05:00
parent 4e2578f3e0
commit bade2162a6
2 changed files with 24 additions and 1 deletions
+10
View File
@@ -3037,4 +3037,14 @@ public class Enum {
CHARMED,
SIEGEENGINE
}
public enum ItemFlags {
Indestructible,
Identified,
NoBond,
NoQuit,
Magic,
NoDrop,
Rare;
}
}