Пример #1
0
    public void SpawnStartEvent()
    {
        SpawnPlayer spawner = FindObjectOfType <SpawnPlayer>();

        spawner.spawn();
    }