struct CanKill

Defined in:

mechanics/craft.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(chance : Int32, text : String) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def chance : Int32 #

def clone #

[View source]
def copy_with(chance _chance = @chance, text _text = @text) #

[View source]
def text : String #