Rework duplicate detection in AddBeatmap

This commit is contained in:
Drew DeVault
2016-10-18 15:41:46 -04:00
parent ad14462369
commit 105bba6178
2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,7 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using OpenTK.Graphics;
using osu.Game.Beatmaps.Objects;