mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Adjust class naming
This commit is contained in:
@ -8,7 +8,7 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Overlays.Changelog
|
||||
{
|
||||
public class ChangelogUpdateStreamItem : OverlayUpdateStreamItem<APIUpdateStream>
|
||||
public class ChangelogUpdateStreamItem : OverlayStreamItem<APIUpdateStream>
|
||||
{
|
||||
public ChangelogUpdateStreamItem(APIUpdateStream stream)
|
||||
: base(stream)
|
||||
|
Reference in New Issue
Block a user