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

Remove #nullable true for now to suppress inspector

This commit is contained in:
ekrctb 2021-04-12 17:13:48 +09:00
parent 3c28c09ab5
commit f1b8171e38

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 enable
using System;
using System.Collections.Generic;
using JetBrains.Annotations;