Пример #1
0
 void OnCraft(CraftingFormula formula)
 {
     if (null != formula)
     {
         inventory.Craft(formula);
     }
 }