Removed nullable

This commit is contained in:
OpenSauce 2023-01-10 12:04:06 +00:00
parent 4949b44888
commit a8f4f00421
2 changed files with 0 additions and 3 deletions

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
namespace osu.Game.Rulesets.Taiko.Configuration
{
public enum TaikoTouchControlScheme

View File

@ -1,7 +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
#pragma warning disable IDE0001 // Simplify Names
using System;