feat: att team feature

This commit is contained in:
Bragin Stepan
2026-03-13 14:46:21 +05:00
parent 1356b8bfb2
commit f9b0996922
34 changed files with 445 additions and 49 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using _Project.Develop.Runtime.Configs.Gameplay.Entities;
using _Project.Develop.Runtime.Configs.Meta;
using _Project.Develop.Runtime.UI.Common;
using _Project.Develop.Runtime.UI.Features.LevelsMenuPopup;
@@ -44,6 +45,9 @@ namespace Assets._Project.Develop.Runtime.Utilities.SceneManagement
{
{ typeof(StartWalletConfigSO), "Configs/Meta/Wallet/StartWalletConfig" },
{ typeof(CurrencyIconsConfigSO), "Configs/Meta/Wallet/CurrencyIconsConfig" },
{ typeof(HeroConfigSO), "Configs/Gameplay/Entities/HeroConfig" },
{ typeof(GhostConfigSO), "Configs/Gameplay/Entities/GhostConfig" },
{ typeof(WizardConfigSO), "Configs/Gameplay/Entities/WizardConfig" },
};
private static readonly Dictionary<Type, string> _uiPaths = new()