Made code better fit for Bukkit.

This commit is contained in:
FrozenCow 2011-01-05 21:19:11 +01:00
parent eafc8a858c
commit 4261f30dcd
9 changed files with 135 additions and 573 deletions

View file

@ -0,0 +1,5 @@
package org.dynmap.debug;
public interface Debugger {
void debug(String message);
}