struct AbilityDamage

Defined in:

mechanics/shot.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(min : Int32, max : Int32) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def clone #

[View source]
def copy_with(min _min = @min, max _max = @max) #

[View source]
def generate #

[View source]
def max : Int32 #

def min : Int32 #