diff --git a/core/src/mindustry/io/SaveFileReader.java b/core/src/mindustry/io/SaveFileReader.java index ccbbc4831c..69e1ea67cc 100644 --- a/core/src/mindustry/io/SaveFileReader.java +++ b/core/src/mindustry/io/SaveFileReader.java @@ -156,7 +156,7 @@ public abstract class SaveFileReader{ public abstract void write(DataOutputStream stream) throws IOException; - protected interface IORunner{ + public interface IORunner{ void accept(T stream) throws IOException; } }