local CharacterHealth = Object:extend() function CharacterHealth:heal() self:initLife() end return CharacterHealth