Having an issue with Zero Sum.
Everything worked perfectly until yesterday.
Now my python code is invalid to some strange problem:
TypeError: Can’t read protected property: findEnemyMissiles
The problem is in this line:
missiles = self.findByType("shell", self.findEnemyMissiles())
Before that day everything worked flawlessly.
Why does this problem appears?