Factions/src/com/massivecraft/factions/Selector.java

9 lines
110 B
Java
Raw Normal View History

2017-04-06 22:32:52 +02:00
package com.massivecraft.factions;
public interface Selector
{
String getId();
SelectorType getType();
}