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

@@ -0,0 +1,8 @@
using UnityEngine;
namespace _Project.Develop.Runtime.Configs.Gameplay.Entities
{
public abstract class EntityConfigSO : ScriptableObject
{
}
}