mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Move Absing from the APIKudosuHistory
This commit is contained in:
@ -13,12 +13,6 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
public DateTimeOffset CreatedAt;
|
||||
|
||||
[JsonProperty("amount")]
|
||||
private int amount
|
||||
{
|
||||
//We can receive negative values. However "action" is enough to build needed items
|
||||
set => Amount = Math.Abs(value);
|
||||
}
|
||||
|
||||
public int Amount;
|
||||
|
||||
[JsonProperty("post")]
|
||||
|
Reference in New Issue
Block a user