12 lines
200 B
C#
Raw Normal View History

2025-09-26 00:21:07 +05:00
using UnityEngine;
namespace Projectiles
{
/// <summary>
/// Component used for spawn point lookup in the gameplay scene.
/// </summary>
public sealed class SpawnPoint : MonoBehaviour
{
}
}