mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
Added different ways the potato can be not delicious!
This commit is contained in:
11
src/main/java/org/drtshock/NotDeliciousReason.java
Normal file
11
src/main/java/org/drtshock/NotDeliciousReason.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package org.drtshock;
|
||||
|
||||
/**
|
||||
* Different ways the potato can be not delicious
|
||||
*/
|
||||
public enum NotDeliciousReason {
|
||||
|
||||
NOT_BAKED,
|
||||
NOT_DELICIOUS_CONDIMENT
|
||||
|
||||
}
|
Reference in New Issue
Block a user