Définition comportement Herbe
This commit is contained in:
parent
8f99fcf081
commit
b217c41116
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ Herbe::Herbe(const int univers_ID): Organisme(univers_ID) {
|
||||||
m_correspondance[ID] = _m_lettre;
|
m_correspondance[ID] = _m_lettre;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Herbe::action(void) { }
|
void Herbe::action(void) { /* ne fais rien */ }
|
||||||
|
|
Reference in a new issue