Définition comportement Herbe

This commit is contained in:
Mylloon 2022-04-10 18:02:50 +02:00
parent 8f99fcf081
commit b217c41116
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -8,4 +8,4 @@ Herbe::Herbe(const int univers_ID): Organisme(univers_ID) {
m_correspondance[ID] = _m_lettre;
}
void Herbe::action(void) { }
void Herbe::action(void) { /* ne fais rien */ }