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