Skip to content

Commit

Permalink
refactor: MoveFlag 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
unifolio0 committed Oct 14, 2024
1 parent 5429cb0 commit fc98812
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public enum MoveFlag {
TRIAGE_MOVE("triage_move"),
IGNORE_ABILITIES("ignore_abilities"),
CHECK_ALL_HITS("check_all_hits"),
REDIRECT_COUNTER("redirect_counter"),
IGNORE_SUBSTITUTE("ignore_substitute"),
REDIRECT_COUNTER("redirect_counter")
;

private final String id;
Expand Down

0 comments on commit fc98812

Please sign in to comment.