1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 09:27:23 +08:00
osu-lazer/osu.Game/Online/Spectator
Bartłomiej Dach aaa7c7eb05 Handle null case explicitly in SpectatorState.Equals()
Uses the usual pattern of two `ReferenceEquals` checks against `this`
and `null` before proceeding to inspect field values. Doing this causes
the compiler to infer that at the point that field values are checked,
`other` can no longer viably be `null`.
2021-05-14 23:58:07 +02:00
..
FrameDataBundle.cs Setup all spectator model classes for MessagePack 2021-01-26 16:39:35 +09:00
FrameHeader.cs Setup all spectator model classes for MessagePack 2021-01-26 16:39:35 +09:00
ISpectatorClient.cs Fix missing licence headers 2020-10-22 19:41:10 +09:00
ISpectatorServer.cs Fix missing licence headers 2020-10-22 19:41:10 +09:00
SpectatorState.cs Handle null case explicitly in SpectatorState.Equals() 2021-05-14 23:58:07 +02:00
SpectatorStreamingClient.cs Only update playing user states when users are watched 2021-05-12 13:10:59 +09:00