Some code cleaning

This commit is contained in:
2018-12-10 11:28:30 +01:00
parent f62a385eab
commit 254d57d834
9 changed files with 54 additions and 54 deletions

View File

@ -40,7 +40,7 @@ public class DummyAsset extends AbstractAsset {
return "DummyAsset";
}
DummyAsset(GodWorld gw, JSONObject cfg) {
public DummyAsset(GodWorld gw, JSONObject cfg) {
super(gw, cfg);
}