using UnityEngine; namespace Example { /// /// Component for runtime spawn points lookup. /// public sealed class SpawnPoint : MonoBehaviour { } }