Factions/src/com/massivecraft/factions/event/FactionsEventAbstract.java

9 lines
185 B
Java
Raw Normal View History

package com.massivecraft.factions.event;
2014-06-04 14:02:23 +02:00
import com.massivecraft.massivecore.event.EventMassiveCore;
2014-06-04 14:02:23 +02:00
public abstract class FactionsEventAbstract extends EventMassiveCore
{
}