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

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