Make stuff not public if it doesn't need to be
This commit is contained in:
@@ -3,7 +3,7 @@ using UnityEngine.UI;
|
||||
|
||||
public class ButtonToURL : MonoBehaviour
|
||||
{
|
||||
public string url;
|
||||
[SerializeField] private string url;
|
||||
|
||||
void Awake()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user