Update Constants.java

Add Dyson in CategoryID
This commit is contained in:
Caffreyfans
2020-03-30 18:04:00 +08:00
committed by GitHub
parent 7a15c27974
commit 5551d4fa40

View File

@@ -32,7 +32,8 @@ public class Constants {
LIGHT(10), LIGHT(10),
BSTB(11), BSTB(11),
CLEANING_ROBOT(12), CLEANING_ROBOT(12),
AIR_CLEANER(13); AIR_CLEANER(13),
DYSON(14);
private final int id; private final int id;