class Rubots::Command::Fire
Public Instance Methods
apply_to(robot)
click to toggle source
# File lib/rubots/command/fire.rb, line 4 def apply_to(robot) robot.do_fire end
cooldown()
click to toggle source
# File lib/rubots/command/fire.rb, line 8 def cooldown 60 end