정합성/ui
This commit is contained in:
@@ -6,4 +6,9 @@ public class SimulationModelProduct : SimulationModel
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public override void SetBubble(object data)
|
||||
{
|
||||
Debug.Log(data.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user