2025-09-26 00:21:07 +05:00

12 lines
200 B
C#

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