wasteland/modtools/src/main/java/me/jamestmartin/wasteland/modtools/log/ModLogStore.java

8 lines
218 B
Java

package me.jamestmartin.wasteland.modtools.log;
import me.jamestmartin.wasteland.modtools.infraction.Infraction;
public interface ModLogStore extends ModLogProvider {
void addInfraction(Infraction infraction);
}