add project files
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Serialization;
|
||||
|
||||
public class UIHud : MonoBehaviour
|
||||
{
|
||||
[SerializeField]
|
||||
[FormerlySerializedAs("uiCoins")]
|
||||
private UICoins _uiCoins;
|
||||
|
||||
public void Setup(AppController app)
|
||||
{
|
||||
_uiCoins.Setup(app);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user