Apply nullability to osu!taiko skinning classes

This commit is contained in:
Dean Herbert
2022-11-09 13:36:46 +09:00
parent 5e7dc34d05
commit 20b8ab324f
3 changed files with 5 additions and 10 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
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;