private void LoadResourceInfoListData() //Обновление списка ресурсов { string[] tribeResources = tribe.GetTribeResourcesData(); FoodIndex.Text = tribeResources[0]; WoodIndex.Text = tribeResources[1]; StoneIndex.Text = tribeResources[2]; AnimalSkinIndex.Text = tribeResources[3]; MedicinesIndex.Text = tribeResources[4]; string[] tribeSpecialInfo = tribe.GetSpecialTribeData(); tribeStrengthLabel.Text = tribeSpecialInfo[0]; tribePrestigeLabel.Text = tribeSpecialInfo[1]; dayLabel.Text = tribeSpecialInfo[2]; }