void updateLife(double life, {bool verifyDieOrRevive = true}) { _life = life; if (verifyDieOrRevive) { _verifyLimitsLife(); } }