mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
chore: breaking rename
This commit is contained in:
10
src/MaaCore/Task/Miscellaneous/StopGameTaskPlugin.cpp
Normal file
10
src/MaaCore/Task/Miscellaneous/StopGameTaskPlugin.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "StopGameTaskPlugin.h"
|
||||
|
||||
#include "Controller.h"
|
||||
|
||||
using namespace asst;
|
||||
|
||||
bool StopGameTaskPlugin::_run()
|
||||
{
|
||||
return ctrler()->stop_game();
|
||||
}
|
||||
Reference in New Issue
Block a user