mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Update usage of requests
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Online.API.Requests
|
||||
this.userId = userId;
|
||||
this.type = type;
|
||||
this.offset = offset;
|
||||
this.offset = limit;
|
||||
this.limit = limit;
|
||||
}
|
||||
|
||||
// ReSharper disable once ImpureMethodCallOnReadonlyValueField
|
||||
|
Reference in New Issue
Block a user