Package megamek.common.weapons.handlers
Class DamageFalloff
java.lang.Object
megamek.common.weapons.handlers.DamageFalloff
Dumb data structure intended to hold results from the calculateDamageFalloff method.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
damage
public int damage -
falloff
public int falloff -
radius
public int radius -
clusterMunitionsFlag
public boolean clusterMunitionsFlag
-
-
Constructor Details
-
DamageFalloff
public DamageFalloff()
-