コード例 #1
0
 void UpdateResultText()
 {
     resultText.text = "Found:" + discovery.CountDiscoveredRecipe().ToString() + "/" + (discovery.recipes.Length).ToString();
 }