mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +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.
|
// 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
|
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Taiko.Configuration
|
namespace osu.Game.Rulesets.Taiko.Configuration
|
||||||
{
|
{
|
||||||
public enum TaikoTouchControlScheme
|
public enum TaikoTouchControlScheme
|
||||||
|
@ -1,7 +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
|
|
||||||
#pragma warning disable IDE0001 // Simplify Names
|
#pragma warning disable IDE0001 // Simplify Names
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user