package com.replaymod.extras; import com.replaymod.core.ReplayMod; public interface Extra { void register(ReplayMod mod) throws Exception; }