Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ setTeam
Method
setTeam
src/GraphServer/Player.java:73–76 ·
view source on GitHub ↗
(int team)
Source
from the content-addressed store, hash-verified
71
}
72
73
public
void
setTeam(
int
team)
74
{
75
this.team = team;
76
}
77
78
public
int
getTeam()
79
{
Callers
1
setTeam
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected