mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Rename NewsPost to APINewsPost
This commit is contained in:
@ -6,7 +6,7 @@ using System;
|
||||
|
||||
namespace osu.Game.Online.API.Requests.Responses
|
||||
{
|
||||
public class NewsPost
|
||||
public class APINewsPost
|
||||
{
|
||||
[JsonProperty(@"id")]
|
||||
public long Id { get; set; }
|
Reference in New Issue
Block a user