예제 #1
0
 private void Start()
 {
     if (_startItems)
     {
         Items = _startItems.GetItemDictionary();
     }
     ItemsChanged.Invoke();
 }