mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
12 lines
165 B
Java
12 lines
165 B
Java
package org.drtshock;
|
|
|
|
/**
|
|
* Different ways the potato can be not delicious
|
|
*/
|
|
public enum NotDeliciousReason {
|
|
|
|
NOT_BAKED,
|
|
NOT_DELICIOUS_CONDIMENT
|
|
|
|
}
|