10 lines
188 B
C#
10 lines
188 B
C#
using UnityEngine;
|
|
|
|
public class SimulationModelProduct : SimulationModel
|
|
{
|
|
public override void GetData(string data)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
}
|