mirror of
https://github.com/GayPizzaSpecifications/drywall.git
synced 2025-08-05 18:01:31 +00:00
welcome to the world of javasound
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
package gay.pizza.foundation.drywall.enums
|
||||
|
||||
enum class MixinCompatibilityLevel
|
||||
{
|
||||
JAVA_6,
|
||||
JAVA_7,
|
||||
JAVA_8,
|
||||
JAVA_9,
|
||||
JAVA_10,
|
||||
JAVA_11,
|
||||
JAVA_12,
|
||||
JAVA_13,
|
||||
JAVA_14,
|
||||
JAVA_15,
|
||||
JAVA_16,
|
||||
JAVA_17,
|
||||
JAVA_18
|
||||
}
|
Reference in New Issue
Block a user