1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 21:52:56 +08:00

add nullable directive

This commit is contained in:
Gabe Livengood 2022-07-06 17:18:21 -04:00
parent b3f23d93e8
commit 62beae4063
No known key found for this signature in database
GPG Key ID: 70321B78DAECE683

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;