private void OnDestroy() => PlayerSpawnSystem.RemoveSpawnPoint(transform);
private void Awake() => PlayerSpawnSystem.AddSpawnPoint(transform);