Share web request between builds and streams

This commit is contained in:
Dean Herbert
2019-05-13 16:44:43 +09:00
parent 37a8d9eb80
commit e9c3f54307
2 changed files with 6 additions and 14 deletions

View File

@ -1,9 +0,0 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Online.API.Requests
{
public class GetChangelogLatestBuildsRequest : GetChangelogRequest
{
}
}