1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Add password attributes to CopyFrom to make testing work better

This commit is contained in:
Dean Herbert 2021-07-12 18:54:07 +09:00
parent bbc3a013c8
commit c5319c06c2

View File

@ -159,6 +159,8 @@ namespace osu.Game.Online.Rooms
ChannelId.Value = other.ChannelId.Value;
Status.Value = other.Status.Value;
Availability.Value = other.Availability.Value;
Password.Value = other.Password.Value;
HasPassword.Value = other.HasPassword.Value;
Type.Value = other.Type.Value;
MaxParticipants.Value = other.MaxParticipants.Value;
ParticipantCount.Value = other.ParticipantCount.Value;