public void SpawnStartEvent()
    {
        SpawnPlayer spawner = FindObjectOfType <SpawnPlayer>();

        spawner.spawn();
    }