mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix a few warnings.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Security;
|
||||
using osu.Framework.Extensions;
|
||||
|
||||
@ -35,6 +36,8 @@ namespace osu.Game.Online.API
|
||||
|
||||
internal string Get(Representation request = Representation.Raw)
|
||||
{
|
||||
Debug.Assert(representation == request);
|
||||
|
||||
switch (request)
|
||||
{
|
||||
default:
|
||||
|
Reference in New Issue
Block a user