Merge branch 'master' into NowPlaying

This commit is contained in:
cdwcgt
2022-11-27 08:48:49 +08:00
committed by GitHub
2348 changed files with 3483 additions and 3431 deletions

View File

@ -17,7 +17,7 @@ using osu.Game.Users;
namespace osu.Game.Tests.Visual.Online
{
[HeadlessTest]
public class TestSceneNowPlayingCommand : OsuTestScene
public partial class TestSceneNowPlayingCommand : OsuTestScene
{
[Cached(typeof(IChannelPostTarget))]
private PostTarget postTarget { get; set; }
@ -88,7 +88,7 @@ namespace osu.Game.Tests.Visual.Online
AddAssert("Check mod is present", () => postTarget.LastMessage.Contains("+Hidden"));
}
public class PostTarget : Component, IChannelPostTarget
public partial class PostTarget : Component, IChannelPostTarget
{
public void PostMessage(string text, bool isAction = false, Channel target = null)
{