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

Method sendStartGameMessage

src/GraphServer/GraphServer.java:797–805  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

795 }
796
797 protected synchronized void sendStartGameMessage()
798 {
799 if(checkAllReady())
800 {
801 startGame();
802 }
803
804 countingDown = false;
805 }
806
807 private void sendStartCountDown()
808 {

Callers 1

runMethod · 0.80

Calls 2

checkAllReadyMethod · 0.95
startGameMethod · 0.95

Tested by

no test coverage detected