Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ updateRoom
Method
updateRoom
src/Graphwar/Room.java:40–45 ·
view source on GitHub ↗
(int numPlayers, int gameMode)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
void
updateRoom(
int
numPlayers,
int
gameMode)
41
{
42
this.gameMode = gameMode;
43
this.numPlayers = numPlayers;
44
45
}
46
47
public
String getName()
48
{
Callers
1
updateRoom
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected