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

Method run

src/GraphServer/GraphServer.java:782–793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

780 }
781
782 public void run()
783 {
784 try
785 {
786 Thread.sleep(Constants.START_GAME_DELAY);
787 graphServer.sendStartGameMessage();
788 }
789 catch (InterruptedException e)
790 {
791 e.printStackTrace();
792 }
793 }
794
795 }
796

Callers

nothing calls this directly

Calls 1

sendStartGameMessageMethod · 0.80

Tested by

no test coverage detected