using System.Collections; using System.Collections.Generic; using UnityEngine; public class GameMaster : MonoBehaviour { [Header("GameMaster")] [SerializeField] private int[] scores; private void Start() { } }