Module: Core::Game::Spells

Defined in:
lib/def/spells.rb

Class Method Summary collapse

Class Method Details

.coldObject



12
13
14
# File 'lib/def/spells.rb', line 12

def self.cold
  puts("cold")
end

.heatObject



8
9
10
# File 'lib/def/spells.rb', line 8

def self.heat
  puts("heat")
end

.stop_bleedObject



4
5
6
# File 'lib/def/spells.rb', line 4

def self.stop_bleed
  puts("stop_bleed")
end