Automated #nullable processing

This commit is contained in:
Dan Balasescu
2022-06-13 21:57:05 +09:00
parent 5b0c22f9b8
commit ba1385330c
1143 changed files with 2180 additions and 106 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 Android.App;
using osu.Framework;
using osu.Framework.Android;