Maj BUG-4
This commit is contained in:
parent
2b5a227237
commit
8ed9a59fec
26 changed files with 1259 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
|||
using System.Collections.Generic;
|
||||
using Core.Runtime.Interfaces;
|
||||
using UnityEditor.Graphs;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Core.Runtime
|
||||
|
|
|
|||
BIN
Assets/_/Features/UI/Runtime/Adventurers/.DS_Store
vendored
BIN
Assets/_/Features/UI/Runtime/Adventurers/.DS_Store
vendored
Binary file not shown.
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue