mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
refactor.删除实例化的TaskData
This commit is contained in:
@@ -28,8 +28,6 @@ extern "C" {
|
||||
bool ASSTAPI AsstStart(AsstHandle handle);
|
||||
bool ASSTAPI AsstStop(AsstHandle handle);
|
||||
|
||||
bool ASSTAPI AsstSetParam(AsstHandle handle, const char* param_id, const char* param_value);
|
||||
|
||||
unsigned long long ASSTAPI AsstGetImage(AsstHandle handle, void* buff, unsigned long long buff_size);
|
||||
bool ASSTAPI AsstCtrlerClick(AsstHandle handle, int x, int y, bool block);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user