(self)
| 107 | |
| 108 | @property |
| 109 | def numShots(self): |
| 110 | return self.NUM_SHOTS_MAPPING[self.fighter.getModifiedItemAttr("fighterSquadronRole")] or 0 if self.hasCharges else 0 |
| 111 | |
| 112 | @property |
| 113 | def cycleTime(self): |
nothing calls this directly
no test coverage detected