This commit is contained in:
2025-01-08 00:15:45 +02:00
parent 090ffeb17d
commit c003b22bbd
2737 changed files with 2801754 additions and 5601 deletions
@@ -20,6 +20,9 @@ public class CharacterDescriptor : MonoBehaviour
[SerializeField]
private Slider _belly;
[SerializeField]
private List<string> _hair;
private void Start()
{
_navMeshAgent = GetComponentInParent<NavMeshAgent>();