using UnityEngine; public class SimulationModelResource : SimulationModel { public override void GetData(string data) { throw new System.NotImplementedException(); } }