Some code cleaning
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user