Пример #1
0
 void SetupItemPositions()
 {
     foreach (var item in ItemFactory.Items)
     {
         mapNode.AddItem(item);
     }
 }