Skip to content

Commit

Permalink
clang ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Mar 7, 2024
1 parent a579e45 commit ab9bade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/monster.h
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ struct Monster { // note: missing field _mAFNum
[[nodiscard]] bool isPlayerMinion() const;
/**
* Can the player damage this monster?
*/
*/
[[nodiscard]] bool canPlayerDamage(const Player &player) const;

bool isPossibleToHit() const;
Expand Down

0 comments on commit ab9bade

Please sign in to comment.