This commit is contained in:
Garbage Mule
2011-08-03 18:40:57 +02:00
parent 8a5700e01e
commit d40901160c
92 changed files with 1098 additions and 368 deletions
@@ -1,14 +1,17 @@
package com.garbagemule.register.payment.methods;
import com.garbagemule.register.payment.Method;
import cosine.boseconomy.BOSEconomy;
import org.bukkit.plugin.Plugin;
/**
* BOSEconomy 7 Implementation of Method
*
* @author Acrobot
* @author Nijikokun <[email protected]> (@nijikokun)
* @copyright (c) 2011
* @license AOL license <http://aol.nexua.org>
*/
public class BOSE7 implements Method {
private BOSEconomy BOSEconomy;