mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-09 04:13:00 +08:00
Update VisionLevelType.java (#2207)
This commit is contained in:
parent
a7f78c7759
commit
248af4abfb
@ -3,5 +3,8 @@ package emu.grasscutter.scripts.constants;
|
||||
public enum VisionLevelType {
|
||||
VISION_LEVEL_NORMAL,
|
||||
VISION_LEVEL_LITTLE_REMOTE,
|
||||
VISION_LEVEL_REMOTE
|
||||
VISION_LEVEL_REMOTE,
|
||||
VISION_LEVEL_SUPER,
|
||||
VISION_LEVEL_NEARBY,
|
||||
VISION_LEVEL_SUPER_NEARBY
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user