mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +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
|
||||
{
|
||||
// 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
|
||||
{
|
||||
[JsonProperty("error")]
|
||||
|
Loading…
Reference in New Issue
Block a user