mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-26 15:58:12 +00:00
Fix documentation and remove friend keyword
Remove friend keyword and put variables in public instead Fix documentation where the name of the component is not specified Co-Authored-By: Benjamin HENRY <44569175+EternalRat@users.noreply.github.com>
This commit is contained in:
@@ -36,8 +36,8 @@ namespace BBM
|
||||
this->_healthPoint -= damage;
|
||||
}
|
||||
|
||||
void HealthComponent::die(void)
|
||||
unsigned int HealthComponent::getHealthPoint(void) const
|
||||
{
|
||||
this->_entity.setDisable(true);
|
||||
return (this->_healthPoint);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user