First commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace Jovian.EncounterSystem {
|
||||
/// <summary>Shared view scaffold — game code binds an <see cref="IEncounter"/> to these widgets.</summary>
|
||||
public class EncounterReference : MonoBehaviour {
|
||||
public TextMeshProUGUI encounterName;
|
||||
public TextMeshProUGUI encounterDescription;
|
||||
public Image encounterArt;
|
||||
public Transform encounterOptionsContainer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user