8990919293949596979899
Simulation simulation = new Simulation (presageConfig, agents, environment, pluginManager, scriptManager); synchronized(simulation) { simulation.play(); simulation.wait(); } } public ArrayList<PublicAgentDataModel> agentDataModels() {