made world protected, so TradingEngine can access it from outer

This commit is contained in:
7u83 2018-12-29 01:36:57 +01:00
parent 20ed896486
commit 1336a7dbc5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import org.json.JSONObject;
*/
public class Exchange implements Configurable, GetJson {
private GodWorld world;
protected GodWorld world;
private String name;
private String symbol;