trashBot method
void
trashBot()
Trash the collected bot. If no bot is collected, nothing will happen.
Implementation
void trashBot() {
_bot = null;
}
Trash the collected bot. If no bot is collected, nothing will happen.
void trashBot() {
_bot = null;
}