Method: StudioGame::Player#score

Defined in:
lib/studio_game/player.rb

#scoreObject



33
34
35
# File 'lib/studio_game/player.rb', line 33

def score
  @health + points
end