정합성/ui

This commit is contained in:
2025-07-15 17:35:53 +09:00
parent 4c33c97ad1
commit ddacb54484
32 changed files with 5234 additions and 2783 deletions

View File

@@ -6,4 +6,9 @@ public class SimulationModelProduct : SimulationModel
{
throw new System.NotImplementedException();
}
public override void SetBubble(object data)
{
Debug.Log(data.ToString());
}
}