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

10 lines
164 B
Java

package com.Acrobot.ChestShop.Listeners;
import org.bukkit.event.block.BlockListener;
/**
* @author Acrobot
*/
public class signChange extends BlockListener{
}