Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ setKillPosition
Method
setKillPosition
src/Graphwar/Soldier.java:104–107 ·
view source on GitHub ↗
(int killPosition)
Source
from the content-addressed store, hash-verified
102
}
103
104
public
void
setKillPosition(
int
killPosition)
105
{
106
this.killPosition = killPosition;
107
}
108
109
public
boolean isExploding()
110
{
Callers
1
processFunction
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected