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