mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 16:22:09 +00:00
Add BombHolder Component
This commit is contained in:
@@ -39,6 +39,6 @@ namespace BBM
|
||||
|
||||
void HealthComponent::die(void)
|
||||
{
|
||||
this->_entity.setDisable(true)
|
||||
this->_entity.setDisable(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user