MCPcopy Create free account
hub / github.com/catabriga/graphwar / setExplosion

Method setExplosion

src/Graphwar/Obstacle.java:111–116  ·  view source on GitHub ↗
(int x, int y, int radius)

Source from the content-addressed store, hash-verified

109 }
110
111 public void setExplosion(int x, int y, int radius)
112 {
113 expX = x;
114 expY = y;
115 expRadius = radius;
116 }
117
118 public void explodePoint()
119 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected