(self)
| 180 | |
| 181 | @reconstructor |
| 182 | def init(self): |
| 183 | self.builtin = False |
| 184 | |
| 185 | def update(self, emAmount=25, thermalAmount=25, kineticAmount=25, explosiveAmount=25): |
| 186 | self.emAmount = emAmount |
nothing calls this directly
no outgoing calls
no test coverage detected