Untitled
unknown
plain_text
10 months ago
196 B
6
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