1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-22 00:41:25 +02:00

Silly commits

This commit is contained in:
nossr50 2012-02-09 11:12:16 -08:00
parent f6c7ac6d98
commit 4a1e5a0dcc

@ -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;
}