ChestShop-3/com/Acrobot/ChestShop/Listeners/blockBreak.java

11 lines
166 B
Java
Raw Normal View History

2011-05-15 19:33:03 +02:00
package com.Acrobot.ChestShop.Listeners;
import org.bukkit.event.block.BlockListener;
/**
* @author Acrobot
*/
public class blockBreak extends BlockListener {
2011-05-29 13:25:25 +02:00
}