forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
13
Assets/Code/GameState/UI/GuiReferences.cs
Normal file
13
Assets/Code/GameState/UI/GuiReferences.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace Nox.Game.UI {
|
||||
public class GuiReferences : MonoBehaviour {
|
||||
public Transform portraitsContainer;
|
||||
public Image suppliesBar;
|
||||
public TextMeshProUGUI suppliesText;
|
||||
public Button pauseMenuButton;
|
||||
public TextMeshProUGUI dayText;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user