var player = Player.new()
player.name = "John Doe"
player.take_damage(50)
Comments