forked from MagicBane/Server
More parser work.
This commit is contained in:
@@ -3047,4 +3047,12 @@ public class Enum {
|
||||
NoDrop,
|
||||
Rare;
|
||||
}
|
||||
|
||||
public enum ItemUseFlags {
|
||||
USE_SELF,
|
||||
USE_TARGET,
|
||||
EMPTY_DESTROY,
|
||||
EMPTY_NEWITEM;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user