add nullable directive

This commit is contained in:
Gabe Livengood
2022-07-06 17:18:21 -04:00
parent b3f23d93e8
commit 62beae4063

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.Bindables;
using osu.Framework.Utils;