Maj BUG-4

This commit is contained in:
mrtoine 2025-10-20 16:55:38 +02:00
parent 2b5a227237
commit 8ed9a59fec
26 changed files with 1259 additions and 7 deletions

View file

@ -5,7 +5,6 @@ using Adventurer.Runtime;
using UnityEngine;
using Core.Runtime;
using EventSystem.Runtime;
using Random = UnityEngine.Random;
using UnityEngine.UI;
namespace GameUI.Runtime
@ -176,7 +175,6 @@ namespace GameUI.Runtime
#region Privates and Protected
[SerializeField] RectTransform _content; // Assign this to ScrollView/Viewport/Content in the inspector
private int _nextId = 0;
[SerializeField] GameObject _adventurerPrefab;
[SerializeField] GameObject _photoStudio;