using UnityEngine; namespace Projectiles { /// /// Component used for spawn point lookup in the gameplay scene. /// public sealed class SpawnPoint : MonoBehaviour { } }