Remove #nullable disable

May as well that we're here...
This commit is contained in:
Bartłomiej Dach 2023-04-03 20:14:17 +02:00
parent ed07c0640b
commit f42a463479
No known key found for this signature in database

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.Input.Events;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Taiko.Objects;