mirror of https://github.com/ppy/osu
Fix rider failures in nullable
This commit is contained in:
parent
694f33b827
commit
a50dd2ae93
|
@ -1,7 +1,8 @@
|
|||
#nullable enable
|
||||
// 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 enable
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using osu.Framework.Allocation;
|
||||
|
|
Loading…
Reference in New Issue