1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Add the nullable disable annotation back becuse it will cause the api broken if remove the nullable disable annotation in the mania ruleset.

This commit is contained in:
andy840119 2022-09-10 10:45:51 +08:00
parent e62999fb16
commit ec86700f29

View File

@ -1,6 +1,8 @@
// 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 osu.Framework.Configuration.Tracking;
using osu.Game.Configuration;