mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +09:00
Fix non-block namespace
This commit is contained in:
parent
4f55afb60d
commit
b28d7b1a92
@ -5,10 +5,10 @@ using System.Net.Http;
|
|||||||
using osu.Framework.IO.Network;
|
using osu.Framework.IO.Network;
|
||||||
using osu.Game.Overlays.Chat;
|
using osu.Game.Overlays.Chat;
|
||||||
|
|
||||||
namespace osu.Game.Online.API.Requests;
|
namespace osu.Game.Online.API.Requests
|
||||||
|
|
||||||
public class ChatReportRequest : APIRequest
|
|
||||||
{
|
{
|
||||||
|
public class ChatReportRequest : APIRequest
|
||||||
|
{
|
||||||
public readonly long? MessageId;
|
public readonly long? MessageId;
|
||||||
public readonly ChatReportReason Reason;
|
public readonly ChatReportReason Reason;
|
||||||
public readonly string Comment;
|
public readonly string Comment;
|
||||||
@ -34,4 +34,5 @@ public class ChatReportRequest : APIRequest
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected override string Target => @"reports";
|
protected override string Target => @"reports";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user