Method: StudioGame::Player#score

Defined in:
lib/studio_game/player.rb

#scoreObject



30
31
32
# File 'lib/studio_game/player.rb', line 30

def score
  @health + points
end