Silly commits

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

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