This repository has been archived on 2022-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
Ecosysteme/src/sel.cpp

12 lines
277 B
C++
Raw Normal View History

#include "../includes/sel.hpp"
2022-04-05 19:00:40 +02:00
Sel::Sel(const int univers_ID, const int index): Organisme(univers_ID, index) {
m_correspondance[ID] = _m_lettre;
}
Sel::Sel(const int univers_ID): Organisme(univers_ID) {
m_correspondance[ID] = _m_lettre;
}
void Sel::action(void) { }