mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Resolve remaining InspectCode issues
> CI should now pass build test
This commit is contained in:
@ -6,11 +6,13 @@ using osu.Framework.Extensions.IEnumerableExtensions;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace osu.Game.Extensions
|
||||
{
|
||||
public class Cursor
|
||||
{
|
||||
[UsedImplicitly]
|
||||
[JsonExtensionData]
|
||||
public IDictionary<string, JToken> Properties;
|
||||
}
|
||||
|
Reference in New Issue
Block a user