# Sandbox.NetworkHelper.SpawnPoints

```csharp
List<GameObject> SpawnPoints { get; set; }
```

A list of points to choose from randomly to spawn the player in. If not set, we'll spawn at the
location of the NetworkHelper object.

Declared in [Sandbox.NetworkHelper](/api/Sandbox.NetworkHelper).
Assembly: `Sandbox.Engine`.
