mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Removed nullable
This commit is contained in:
parent
4949b44888
commit
a8f4f00421
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user