#include "../includes/sel.hpp"
Sel::Sel(int universID, int x, int y): Organisme(universID, x, y) {
_correspondance[ID] = '-';
}
bool Sel::animal(void) const noexcept {
return false;