Untitled

 avatar
unknown
plain_text
a month ago
196 B
4
Indexable
    def cleanup(self):
        """Enhanced cleanup method"""
        self._destroyed = True
        if hasattr(self, 'sensor_system'):
            # Any cleanup needed for sensors
            pass
Editor is loading...
Leave a Comment