Class: Brawl::Wall
- Inherits:
-
BasicArenaObject
- Object
- BasicArenaObject
- Brawl::Wall
- Defined in:
- lib/brawl/wall.rb
Instance Attribute Summary
Attributes inherited from BasicArenaObject
#clock, #heading, #health, #id, #location, #name
Instance Method Summary collapse
Methods inherited from BasicArenaObject
Constructor Details
This class inherits a constructor from Brawl::BasicArenaObject
Instance Method Details
#damage(params = {}) ⇒ Object
4 5 6 |
# File 'lib/brawl/wall.rb', line 4 def damage(params={}) # walls can't be damaged end |