private void Awake() { PlayerSpawnSystem.AddSpawnPoint(transform); }
private void OnDestroy() { PlayerSpawnSystem.RemoveSpawnPoint(transform); }