示例#1
0
    //맵,오브젝트,몬스터풀정도 삭제
    public void DestroyThisStage()
    {
        if (mapManager != null)
        {
            mapManager.DestroyEveryMapModule();
        }

        if (itemSpawner != null)
        {
            itemSpawner.DestroyAllItems();
        }
    }