struct Combat::InitiateScenario

Defined in:

mechanics/scenario.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(scenario : Scenario, n_warriors : Int32, n_scale : Int32) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def clone #

[View source]
def copy_with(scenario _scenario = @scenario, n_warriors _n_warriors = @n_warriors, n_scale _n_scale = @n_scale) #

[View source]
def n_scale : Int32 #

def n_warriors : Int32 #

def scenario : Scenario #