LocalPlayer
User
Gray out and stop player instances who quit during multi-spectator sessions
end
Enumerable.Range(PLAYER_1_ID, ...)
MultiplayerPlayer
I guess the changes that involved `MultiplayerTestScene` having a test user lookup cache caused this test case to false-pass silently. Added an explicit assert which ensures the added user indeed has a null `User` value.