using System; using UnityEngine; namespace Simulator.Model { [Serializable] public class SourceModelData:ModelDataBase { public float real_seconds = 0.0f; public string entity_id = ""; public int total_entity = 0; } }