remove nullable disabled

This commit is contained in:
cdwcgt
2022-12-30 23:24:20 +09:00
parent 784fe7ecf2
commit 8beb168be9

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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Configuration;