Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hashiao/wuwaBackendTool
/ BattleController
Method
BattleController
towerBattle/battlecontroller.cpp:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"battlecontroller.h"
2
3
BattleController::BattleController(QObject *parent) : QObject(parent)
4
{
5
m_isBusy.store(0);
6
}
7
8
9
void BattleController::stop(){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected