0
Can you help me?
Can you provide a way to remove instances of a class from themselves? Since I have a freeze problem, I create a simple game that has a class and a "generator" of instances of this class. The more objects, the more it hangs. Therefore, I would like to find a way to delete objects, or something similar
2 ответов
0
Try:
del object-name
0
i want to find a way for the class to delete itself