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

Method setSkipLevel

src/GraphServer/ClientConnection.java:72–75  ·  view source on GitHub ↗
(boolean skip)

Source from the content-addressed store, hash-verified

70 }
71
72 public void setSkipLevel(boolean skip)
73 {
74 this.skipLevel = skip;
75 }
76
77 public boolean isFinished()
78 {

Callers 3

finishGameMethod · 0.95
checkSkipLevelMethod · 0.95
handleCommandsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected