Class: RubyArena::Level2Ai
Instance Attribute Summary
Attributes inherited from Ai
Instance Method Summary collapse
Methods inherited from Ai
Constructor Details
This class inherits a constructor from RubyArena::Ai
Instance Method Details
#tick(events) ⇒ Object
3 4 5 |
# File 'lib/ruby_arena/levels/level2_ai.rb', line 3 def tick(events) fire end |