Partial 7.0 merge - API preview
This commit is contained in:
10
core/src/mindustry/io/versions/Save5.java
Normal file
10
core/src/mindustry/io/versions/Save5.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package mindustry.io.versions;
|
||||
|
||||
import mindustry.io.*;
|
||||
|
||||
public class Save5 extends SaveVersion{
|
||||
|
||||
public Save5(){
|
||||
super(5);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user