Update AoeProjectileInfo.java
This commit is contained in:
@@ -110,9 +110,13 @@ public enum AoeProjectileInfo
|
||||
/**
|
||||
* 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<>();
|
||||
|
||||
static
|
||||
|
||||
Reference in New Issue
Block a user