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

Method updateRoom

src/GlobalServer/Room.java:48–54  ·  view source on GitHub ↗
(int numPlayers, int gameMode)

Source from the content-addressed store, hash-verified

46 }
47
48 public void updateRoom(int numPlayers, int gameMode)
49 {
50 this.gameMode = gameMode;
51 this.numPlayers = numPlayers;
52
53 this.lastUpdate = System.currentTimeMillis();
54 }
55
56 /*
57 public long getTimeSinceLastUpdate()

Callers 1

handleMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected