Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ Countdowner
Method
Countdowner
src/Graphwar/GameData.java:1167–1172 ·
view source on GitHub ↗
(GameData gameData)
Source
from the content-addressed store, hash-verified
1165
Thread thisThread;
1166
1167
public
Countdowner(GameData gameData)
1168
{
1169
this.gameData = gameData;
1170
thisThread =
new
Thread(this);
1171
thisThread.start();
1172
}
1173
1174
public
void
stop()
1175
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.80
Tested by
no test coverage detected