path manager update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user