Skip to content

Commit

Permalink
feat: add ToastStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Sep 17, 2024
1 parent 6cb9b1a commit 95a2cf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/minevalley/core/api/enums/ToastStyle.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package minevalley.core.api.enums;

public enum ToastStyle {
GOAL, TASK, CHALLENGE
}

0 comments on commit 95a2cf2

Please sign in to comment.