Merge pull request #18743 from smoogipoo/nullable-by-default

Enable NRT by default
This commit is contained in:
Dean Herbert
2022-06-17 23:18:35 +09:00
committed by GitHub
3505 changed files with 6562 additions and 450 deletions

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.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;