path manager update

This commit is contained in:
SullyunShin
2025-05-28 10:56:57 +09:00
parent 07fcd25315
commit 1cc72dac38
7 changed files with 65 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ using System.Collections;
public class SimulationModelSink : SimulationModel
{
public string eventShipItem = "items_shipped_successfully";
public string eventRemoveItem = "product_defective";
public string eventRemoveItem = "item_removed_from_queue";
public int totalShipped = 0;
ConcurrentQueue<JObject> dataQueue;
// Start is called once before the first execution of Update after the MonoBehaviour is created