Make stuff not public if it doesn't need to be
This commit is contained in:
@@ -6,7 +6,7 @@ using UnityEngine.SceneManagement;
|
||||
|
||||
public class StatsMenu : MonoBehaviour
|
||||
{
|
||||
public TMP_Text statText;
|
||||
[SerializeField] private TMP_Text statText;
|
||||
|
||||
void Start()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user