Partial merge
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package mindustry.content;
|
||||
|
||||
import io.anuke.mindustry.ctype.*;
|
||||
import mindustry.type.*;
|
||||
|
||||
public class Planets implements ContentList{
|
||||
//TODO make all names
|
||||
public static Planet starter;
|
||||
|
||||
@Override
|
||||
public void load(){
|
||||
starter = new Planet("//TODO"){{
|
||||
|
||||
}};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user