1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 06:13:04 +08:00

refactor(osu.Game): remove nullable optouts in HitResult.cs

This commit is contained in:
Acid Chicken (硫酸鶏) 2022-09-07 23:32:45 +09:00
parent b560b6f745
commit 54f0bb797e
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // 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. // See the LICENCE file in the repository root for full licence text.
#nullable disable
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;