1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:10:33 +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
Unverified
parent b560b6f745
commit 54f0bb797e
-2
View File
@@ -1,8 +1,6 @@
// 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;
using System.Collections.Generic;
using System.ComponentModel;