mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-25 08:35:27 +02:00
Silly commits
This commit is contained in:
11
src/main/java/com/gmail/nossr50/datatypes/AbilityType.java
Normal file
11
src/main/java/com/gmail/nossr50/datatypes/AbilityType.java
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
package com.gmail.nossr50.datatypes;
|
||||||
|
|
||||||
|
public enum AbilityType {
|
||||||
|
BERSERK,
|
||||||
|
SUPER_BREAKER,
|
||||||
|
GIGA_DRILL_BREAKER,
|
||||||
|
GREEN_TERRA,
|
||||||
|
SKULL_SPLIITER,
|
||||||
|
TREE_FELLER,
|
||||||
|
SERRATED_STRIKES;
|
||||||
|
}
|
Reference in New Issue
Block a user