Update imagesharp namespaces (and consume System.Drawing types instead)

This commit is contained in:
Dean Herbert
2020-12-03 17:43:09 +09:00
parent c64343c7d7
commit 78c43641d1
3 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
using Newtonsoft.Json;
using osu.Framework.Bindables;
using osu.Game.Tournament.Screens.Ladder.Components;
using SixLabors.Primitives;
namespace osu.Game.Tournament.Models
{