Skip to content

Commit

Permalink
always prioritise move command over defend
Browse files Browse the repository at this point in the history
  • Loading branch information
keshav2010 committed May 31, 2024
1 parent 18bb4c1 commit 95fa884
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"Attack": {
"target": "Attack",
"description": "Triggered when Soldier.attackUnit() function is invoked in stateManager."
},
"PlayerAttacked": {
"target": "Defend",
"description": "Called when attacker invokes defender's attackMe() method. We can be sure that whenever this event is fired, both attacker and defender has their target unit set."
}
}
},
Expand Down

0 comments on commit 95fa884

Please sign in to comment.