Combine more instances of test player IDs

This commit is contained in:
Dean Herbert
2021-04-26 17:22:16 +09:00
parent 737a15c2d4
commit 120fb8974d
7 changed files with 100 additions and 99 deletions

View File

@ -16,6 +16,9 @@ namespace osu.Game.Tests.Visual.Multiplayer
{
public abstract class MultiplayerTestScene : RoomTestScene
{
public const int PLAYER_1_ID = 55;
public const int PLAYER_2_ID = 56;
[Cached(typeof(StatefulMultiplayerClient))]
public TestMultiplayerClient Client { get; }