Skip to content

Commit

Permalink
Feat: 이벤트용 enum 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
marinesnow34 authored May 15, 2024
1 parent 74efc5a commit 6ecaac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@Getter
@RequiredArgsConstructor
public enum Grade {

EVENT("EVENT", 0.0D),
ORDA("ORDA", 4.0D),
DEFAULT("Earlier", 6.3D);

Expand Down

0 comments on commit 6ecaac9

Please sign in to comment.