Exemplo n.º 1
0
 public override void OnEpisodeBegin()
 {
     base.OnEpisodeBegin();
     agentInventory.ResetInventory();
     craftingInventory.ResetInventory();
     wallet.Reset();
 }
Exemplo n.º 2
0
 public void ResetEconomyAgent()
 {
     inventory.ResetInventory();
     wallet.Reset();
 }