using UnityEngine; namespace Fie.Object { public class FiePlayerSpawnPoint : MonoBehaviour { [SerializeField] public int spawnPointNumber; } }