Added backwards compatibility for legacy saves
This commit is contained in:
10
core/src/mindustry/io/versions/Save4.java
Normal file
10
core/src/mindustry/io/versions/Save4.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package mindustry.io.versions;
|
||||
|
||||
import mindustry.io.*;
|
||||
|
||||
public class Save4 extends SaveVersion{
|
||||
|
||||
public Save4(){
|
||||
super(4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user