menu
bonfire package
documentation
mixins/attackable.dart
Attackable
addLife method
addLife method
dark_mode
light_mode
addLife
method
void
addLife
(
double
life
)
increase life
Implementation
void addLife(double life) { _life += life; _verifyLimitsLife(); }
bonfire package
documentation
mixins/attackable
Attackable
addLife method
Attackable mixin