Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ setSoldiers
Method
setSoldiers
src/Graphwar/Player.java:110–113 ·
view source on GitHub ↗
(int numSoldiers)
Source
from the content-addressed store, hash-verified
108
}
109
110
public
void
setSoldiers(
int
numSoldiers)
111
{
112
this.numSoldiers = numSoldiers;
113
}
114
115
public
int
getNumSoldiers()
116
{
Callers
2
addSoldierMessage
Method · 0.95
removeSoldierMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected