デバッグ用素材の補充機能を修正

This commit is contained in:
kimura 2021-08-10 15:59:57 +09:00
parent af3bf40a65
commit 504f675932
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class KitchenManager : MonoBehaviour
}; };
// 所持素材 // 所持素材
if (gameData.Material == null) if (gameData.Material == null || gameData.Material.Count == 0)
{ {
gameData.Material = new List<(int id, int amount)> gameData.Material = new List<(int id, int amount)>
{ {