Coal centrifuge / In-game chat / Player health rule / Bugfixes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package io.anuke.mindustry.maps.generators;
|
||||
|
||||
public class DesertThingGenerator extends RandomGenerator{
|
||||
|
||||
public DesertThingGenerator(int width, int height){
|
||||
super(width, height);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void generate(int x, int y){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user