Ejemplo n.º 1
0
 public void OnGoodsCreated(Goods obj)
 {
     if (!collectInstructionsShown)
     {
         collectInstructionsShown = true;
         disabler.OnResourceCreated(obj.gameObject);
     }
 }