Update AoeProjectileInfo.java

This commit is contained in:
Kyleeld
2019-05-08 09:38:12 +01:00
committed by GitHub
parent 9d1b0e3e54
commit 095433fc27

View File

@@ -107,11 +107,15 @@ public enum AoeProjectileInfo
*/
ADDY_DRAG_POISON(ProjectileID.ADDY_DRAG_POISON, 1),
/**
* the Breath of the Drake
*/
/**
* the Breath of the Drake
*/
DRAKE_BREATH(ProjectileID.DRAKE_BREATH, 1);
/**
* Cerbs fire
*/
CERB_FIRE(ProjectileID.CERB_FIRE, 2);
private static final Map<Integer, AoeProjectileInfo> map = new HashMap<>();