Automated #nullable processing

This commit is contained in:
Dan Balasescu
2022-06-17 16:37:17 +09:00
parent 968640c951
commit f8830c6850
3500 changed files with 6556 additions and 447 deletions

View File

@ -6,8 +6,6 @@ using osu.Game.Rulesets.Catch.Objects;
using osu.Game.Rulesets.Judgements;
using osuTK.Graphics;
#nullable enable
namespace osu.Game.Rulesets.Catch.UI
{
public class HitExplosionEntry : LifetimeEntry