class Day15::Unit
- Day15::Unit
- Reference
- Object
Defined in:
day15.crConstructors
Instance Method Summary
- #attack
- #damage : Int32
- #die
- #distance(tox, toy)
- #hp : Int32
- #hp=(hp : Int32)
- #id : Char
- #inspect(io)
- #map : Map
- #move(tox : Int32, toy : Int32)
- #process
- #read_order
- #side : Side
- #take_hit
- #was_read_order : Int32
- #was_read_order=(was_read_order : Int32)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)