Undo nullability change to IBindable

Without other bindable classes following suit, this will only lead to
headaches. Noticed in an osu!-side usage.
This commit is contained in:
Dean Herbert
2023-06-24 09:59:31 +09:00
parent c7f6a1205a
commit ca7bd38814

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