(self)
| 252 | |
| 253 | @reconstructor |
| 254 | def init(self): |
| 255 | self.builtin = False |
| 256 | |
| 257 | def update(self, emAmount=0, thermalAmount=0, kineticAmount=0, explosiveAmount=0, maxVelocity=None, signatureRadius=None, radius=None, hp=None): |
| 258 | self.emAmount = emAmount |
nothing calls this directly
no outgoing calls
no test coverage detected