implement addon loading

This commit is contained in:
dfsek
2021-11-17 08:35:00 -07:00
parent 4f4dc45a48
commit 71b053bee6
3 changed files with 36 additions and 26 deletions

View File

@@ -4,4 +4,5 @@ import com.dfsek.terra.api.util.StringIdentifiable;
public interface BaseAddon extends StringIdentifiable {
default void initialize() {}
}