Class DamageFalloff

java.lang.Object
megamek.common.weapons.handlers.DamageFalloff

public class DamageFalloff extends Object
Dumb data structure intended to hold results from the calculateDamageFalloff method.
  • Field Details

    • damage

      public int damage
    • falloff

      public int falloff
    • radius

      public int radius
    • clusterMunitionsFlag

      public boolean clusterMunitionsFlag
  • Constructor Details

    • DamageFalloff

      public DamageFalloff()