Method: Gemwarrior::Goat#use

Defined in:
lib/gemwarrior/entities/creatures/goat.rb

#use(world) ⇒ Object



19
20
21
22
# File 'lib/gemwarrior/entities/creatures/goat.rb', line 19

def use(world)
  puts '>> "Baa."'
  { type: nil, data: nil }
end