Untitled

 avatar
unknown
plain_text
6 months ago
196 B
5
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