public void UpdateView() { container.Clear(); foreach (var o in player.hand) { container.CreateItem(o, cardPrefab); } }