()
| 116 | } |
| 117 | |
| 118 | public void explodePoint() |
| 119 | { |
| 120 | terrainGraphics.fillOval(expX-expRadius, expY-expRadius, expRadius*2, expRadius*2); |
| 121 | } |
| 122 | |
| 123 | public boolean soldierCollides(int x, int y, int radius) |
| 124 | { |
no outgoing calls
no test coverage detected