Remove the nullable disable annotation and fix the breaking api.

This commit is contained in:
andy840119
2022-07-02 13:33:05 +08:00
parent c6d0f0f81b
commit 19721a9bbb
13 changed files with 9 additions and 35 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using System;
using System.Linq;
using osu.Framework.Utils;