mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-04 15:41:35 +00:00
Delete AbstractGame.java
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
package net.momirealms.customfishing.api.mechanic.game;
|
|
||||||
|
|
||||||
import net.momirealms.customfishing.api.manager.FishingManager;
|
|
||||||
import org.bukkit.configuration.ConfigurationSection;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
|
|
||||||
public abstract class AbstractGame implements Game {
|
|
||||||
|
|
||||||
public AbstractGame(ConfigurationSection config) {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public abstract GamingPlayer start(Player player, GameSettings settings, FishingManager manager);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user