TeamSpawnPoint.cs
using Sandbox;

public sealed class TeamSpawnPoint : Sandbox.Component
{
	[Property]
	public ButtonMasherPlayerController.TeamType Team { get; set; }
}