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

Method setReadyNextTurn

src/GraphServer/ClientConnection.java:102–105  ·  view source on GitHub ↗
(boolean ready)

Source from the content-addressed store, hash-verified

100 }
101
102 public void setReadyNextTurn(boolean ready)
103 {
104 this.readyNextTurn = ready;
105 }
106
107 public boolean checkTimeout()
108 {

Callers 2

nextTurnMethod · 0.95
handleMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected