mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
Merge branch 'dev' of https://github.com/LingXii/MaaAssistantArknights into dev
This commit is contained in:
@@ -37,7 +37,7 @@ namespace asst
|
||||
int rank;
|
||||
Point placed;
|
||||
battle::DeployDirection direction;
|
||||
bool operator<(DeployPlanInfo& x)
|
||||
bool operator<(const DeployPlanInfo& x) const
|
||||
{
|
||||
return (rank < x.rank) || (rank == x.rank && oper_priority > x.oper_priority);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user