mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Rename dummy channel and move to a nested class inside the ChannelListing
itself
This commit is contained in:
@ -75,5 +75,14 @@ namespace osu.Game.Overlays.Chat.Listing
|
||||
protected override void PopIn() => this.FadeIn();
|
||||
|
||||
protected override void PopOut() => this.FadeOut();
|
||||
|
||||
public class ChannelListingChannel : Channel
|
||||
{
|
||||
public ChannelListingChannel()
|
||||
{
|
||||
Name = "Add more channels";
|
||||
Type = ChannelType.System;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user