mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
Temporarily disable "partial class with one part" inspection
This commit is contained in:
parent
f6d47f84ad
commit
c42720acd4
@ -7,6 +7,8 @@ using Newtonsoft.Json;
|
|||||||
|
|
||||||
namespace osu.Game.Online.Rooms
|
namespace osu.Game.Online.Rooms
|
||||||
{
|
{
|
||||||
|
// TODO: Remove disable below after merging https://github.com/ppy/osu-framework/pull/5548 and applying follow-up changes game-side.
|
||||||
|
// ReSharper disable once PartialTypeWithSinglePart
|
||||||
public partial class APICreatedRoom : Room
|
public partial class APICreatedRoom : Room
|
||||||
{
|
{
|
||||||
[JsonProperty("error")]
|
[JsonProperty("error")]
|
||||||
|
Loading…
Reference in New Issue
Block a user