Ejemplo n.º 1
0
 private float ComputeTradeUtility(InteractableObject actor)
 {
     return(Random.Range(0.1f, 0.99f));
 }