Пример #1
0
    private void Clear()
    {
        foreach (GameObject go in GameObject.FindGameObjectsWithTag("Player"))
        {
            DestroyImmediate(go);
        }
        DestroyImmediate(GameObject.FindGameObjectWithTag("Map"));

        k2l.WindowNormal();
        Maps.UnloadAsync(e.M.Typ);
    }