forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
10
Assets/Code/GameState/UI/PauseMenuReferences.cs
Normal file
10
Assets/Code/GameState/UI/PauseMenuReferences.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace Nox.Game.UI {
|
||||
public class PauseMenuReferences : MonoBehaviour {
|
||||
public Button resumeButton;
|
||||
public Button exitButton;
|
||||
public Button saveButton;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user