Untitled
unknown
plain_text
a year ago
196 B
8
Indexable
def cleanup(self):
"""Enhanced cleanup method"""
self._destroyed = True
if hasattr(self, 'sensor_system'):
# Any cleanup needed for sensors
passEditor is loading...
Leave a Comment