struct Combat::MoveStats

Defined in:

mechanics/combat.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(range : Int32, can_jump : Bool) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def can_jump : Bool #

def clone #

[View source]
def copy_with(range _range = @range, can_jump _can_jump = @can_jump) #

[View source]
def range : Int32 #