Fixes POM, and moves things around
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
package com.massivecraft.factions.event;
|
||||
|
||||
import com.massivecraft.massivecore.event.EventMassiveCore;
|
||||
|
||||
public abstract class EventFactionsAbstract extends EventMassiveCore {
|
||||
// -------------------------------------------- //
|
||||
// CONSTRUCT
|
||||
// -------------------------------------------- //
|
||||
|
||||
public EventFactionsAbstract() {
|
||||
|
||||
}
|
||||
|
||||
public EventFactionsAbstract(boolean isAsync) {
|
||||
super(isAsync);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user