struct Combat::ScenarioRecord
- Combat::ScenarioRecord
- ECS::Component
- Struct
- Value
- Object
Defined in:
mechanics/scenario.crConstructors
Class Method Summary
Instance Method Summary
- #clone
- #copy_with(name _name = @name, scenario _scenario = @scenario, scale _scale = @scale, warriors _warriors = @warriors, unlocked _unlocked = @unlocked)
- #name : String
- #scale : Int32
- #scenario : Scenario
- #unlocked : ECS::Entity | Nil
- #warriors : Range(Int32, Int32)
Constructor Detail
def self.new(name : String, scenario : Scenario, scale : Int32, warriors : Range(Int32, Int32), unlocked : ECS::Entity | Nil)
#
Class Method Detail
Instance Method Detail
def copy_with(name _name = @name, scenario _scenario = @scenario, scale _scale = @scale, warriors _warriors = @warriors, unlocked _unlocked = @unlocked)
#