RizzeProjectile/Assets/Scripts/Game/SpawnPoint.cs

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
{
}
}