Fixed name of StockAsset and inserted Sockasset to example
This commit is contained in:
parent
2e1a53789f
commit
8279033d74
@ -2,9 +2,9 @@
|
||||
"version": 0.2,
|
||||
"assets": [
|
||||
{
|
||||
"type": "opensesim.sesim.assets.FurtureAsset",
|
||||
"type": "opensesim.sesim.assets.StockAsset",
|
||||
"symbol": "MSFT",
|
||||
"name": "Hello"
|
||||
"name": "Microsoft"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -34,9 +34,9 @@ import org.json.JSONObject;
|
||||
*
|
||||
* @author 7u83 <7u83@mail.ru>
|
||||
*/
|
||||
public class StockAssett extends AbstractAsset{
|
||||
public class StockAsset extends AbstractAsset{
|
||||
|
||||
public StockAssett(GodWorld world, JSONObject cfg) {
|
||||
public StockAsset(GodWorld world, JSONObject cfg) {
|
||||
super(world, cfg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user