1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 02:33:15 +01:00

Refactor a bit

This commit is contained in:
GJ
2013-01-25 00:56:23 -05:00
parent 95fa688306
commit 329f779781
2 changed files with 1 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
package com.gmail.nossr50.database;
public enum DatabaseUpdate {
FISHING,
BLAST_MINING,
CASCADE_DELETE,
INDEX;
}