ChestShop-3/com/Acrobot/Breeze/Database/DatabaseDriver.java
Acrobot 1bf4651efa Many, many changes
- Added ShopDestroyedEvent
- Fixed signs stacked on each other not working
- Fixed Admin Shops selling materials with metadata
- Fixed shops accepting '0' quantity
- Started working on database stuff
- Split BlockBreak listener to many files
- Added methods to InventoryUtil
- Fixed discounts
2012-10-16 17:03:45 +02:00

9 lines
106 B
Java

package com.Acrobot.Breeze.Database;
/**
* @author Acrobot
*/
public interface DatabaseDriver {
}