namespace AntCity.CityBuilder.DataModel.Model { //----------------------------------------------------------------------- public class GamaExperiment : Application { public MqttTopicProduced TopicProduced { get; set; } public SimTile SimTile { get; set; } public bool IsTimeServer { get; set; } public CartesianTransformParams CartesianTransformParams { get; set; } public int AgentCount { get; set; } } }