Marker instruction rework
This commit is contained in:
10
core/src/mindustry/io/versions/Save8.java
Normal file
10
core/src/mindustry/io/versions/Save8.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package mindustry.io.versions;
|
||||
|
||||
import mindustry.io.*;
|
||||
|
||||
public class Save8 extends SaveVersion{
|
||||
|
||||
public Save8(){
|
||||
super(8);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user