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

Method startGame

src/RoomServer/RemoteGraphServer.java:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 protected void startGame()
98 {
99 super.startGame();
100
101 globalClient.hideRoom();
102 }
103
104 protected void finishGame(ClientConnection client)
105 {

Callers

nothing calls this directly

Calls 1

hideRoomMethod · 0.45

Tested by

no test coverage detected