move
This commit is contained in:
@@ -2,11 +2,17 @@ using UnityEngine;
|
||||
|
||||
public class SimulationModelProduct : SimulationModel
|
||||
{
|
||||
public string id;
|
||||
public override void GetData(string data)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public void SetParent(string id)
|
||||
{
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public override void SetBubble(object data)
|
||||
{
|
||||
Debug.Log(data.ToString());
|
||||
|
||||
Reference in New Issue
Block a user